#667F28

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

Shades of Olive Drab #667F28

Tints of Olive Drab #667F28

Color information

#667F28 (or 0x667F28) is unknown color: approx Olive Drab. HEX triplet: 66, 7F and 28. RGB value is (102,127,40). Sum of RGB (Red+Green+Blue) = 102+127+40=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #667F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F28 is #9980D7. Grayscale: #6D6D6D. Windows color (decimal): -10059992 or 2654054. OLE color: 2654054.

HSL color Cylindrical-coordinate representation of color #667F28: hue angle of 77.24º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #667F28 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB10212740-
CMYK0.2000.690.50
HSL77.24º52.1%32.75%-
HSV(B)77.24º68.5%49.8%-
XYZ13.4518.164.8-
YUV109.6188.72122.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=37.92%
G=47.21%
B=14.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102127400.2000.690.5077.2452.132.75
Hex667F2814045324d3421
Octal14617750240105621156441
Binary1100110111111110100010100010001011100101001101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667F28; }

 p { color: rgb(102,127,40); }

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

<style>
 a { background-color: #667F28; }

 a { background-color: rgb(102,127,40); }

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

<style>
 span { border-color: #667F28; }

 span { border-color: rgb(102,127,40); }

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