#667F27

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

Shades of Olive Drab #667F27

Tints of Olive Drab #667F27

Color information

#667F27 (or 0x667F27) is unknown color: approx Olive Drab. HEX triplet: 66, 7F and 27. RGB value is (102,127,39). Sum of RGB (Red+Green+Blue) = 102+127+39=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #667F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F27 is #9980D8. Grayscale: #6D6D6D. Windows color (decimal): -10059993 or 2588518. OLE color: 2588518.

HSL color Cylindrical-coordinate representation of color #667F27: hue angle of 77.05º degrees, saturation: 0.53, 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 #667F27 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB10212739-
CMYK0.2000.690.50
HSL77.05º53.01%32.55%-
HSV(B)77.05º69.29%49.8%-
XYZ13.4418.154.71-
YUV109.4988.22122.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 127 (50% from 255) = 47.39%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=38.06%
G=47.39%
B=14.55%

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
Decimal102127390.2000.690.5077.0553.0132.55
Hex667F2714045324d3521
Octal14617747240105621156541
Binary1100110111111110011110100010001011100101001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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