#67870C

Color #67870C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #67870C

Tints of Olive Drab #67870C

Color information

#67870C (or 0x67870C) is unknown color: approx Olive Drab. HEX triplet: 67, 87 and 0C. RGB value is (103,135,12). Sum of RGB (Red+Green+Blue) = 103+135+12=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #67870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67870C is #9878F3. Grayscale: #6F6F6F. Windows color (decimal): -9992436 or 821095. OLE color: 821095.

HSL color Cylindrical-coordinate representation of color #67870C: hue angle of 75.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67870C is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB10313512-
CMYK0.2400.910.47
HSL75.61º83.67%28.82%-
HSV(B)75.61º91.11%52.94%-
XYZ14.3220.243.5-
YUV111.4171.9122-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 41.2%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=41.2%
G=54%
B=4.8%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103135120.2400.910.4775.6183.6728.82
Hex6787C1805B2F4c541d
Octal147207143001335711412435
Binary110011110000111110011000010110111011111001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67870C; }

 p { color: rgb(103,135,12); }

 H1.HeaderClassName
 {
   color: #67870C;
 }
 .AnyTagClassName
 {
   color: #67870C;
 }
</style>
background-color css

<style>
 a { background-color: #67870C; }

 a { background-color: rgb(103,135,12); }

 div.DivClassName
 {
   background-color: #67870C;
 }
 .BgClassName
 {
   background-color: #67870C;
 }
</style>
border-color css

<style>
 span { border-color: #67870C; }

 span { border-color: rgb(103,135,12); }

 td.TdClassName
 {
   border-color: #67870C;
 }
 .TagClassName
 {
   border-color: #67870C;
 }
</style>