#67880C

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

Shades of Olive Drab #67880C

Tints of Olive Drab #67880C

Color information

#67880C (or 0x67880C) is unknown color: approx Olive Drab. HEX triplet: 67, 88 and 0C. RGB value is (103,136,12). Sum of RGB (Red+Green+Blue) = 103+136+12=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #67880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67880C is #9877F3. Grayscale: #707070. Windows color (decimal): -9992180 or 821351. OLE color: 821351.

HSL color Cylindrical-coordinate representation of color #67880C: hue angle of 75.97º 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 #67880C is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB10313612-
CMYK0.2400.910.47
HSL75.97º83.78%29.02%-
HSV(B)75.97º91.18%53.33%-
XYZ14.4620.523.55-
YUV11271.57121.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.04%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 12 (5.08% from 255) = 4.78%
R=41.04%
G=54.18%
B=4.78%

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
Decimal103136120.2400.910.4775.9783.7829.02
Hex6788C1805B2F4c541d
Octal147210143001335711412435
Binary110011110001000110011000010110111011111001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67880C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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