#667F2B

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

Shades of Olive Drab #667F2B

Tints of Olive Drab #667F2B

Color information

#667F2B (or 0x667F2B) is unknown color: approx Olive Drab. HEX triplet: 66, 7F and 2B. RGB value is (102,127,43). Sum of RGB (Red+Green+Blue) = 102+127+43=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #667F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F2B is #9980D4. Grayscale: #6E6E6E. Windows color (decimal): -10059989 or 2850662. OLE color: 2850662.

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

Color convert

RGB10212743-
CMYK0.2000.660.50
HSL77.86º49.41%33.33%-
HSV(B)77.86º66.14%49.8%-
XYZ13.518.185.08-
YUV109.9590.22122.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 43 (17.19% from 255) = 15.81%
R=37.5%
G=46.69%
B=15.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102127430.2000.660.5077.8649.4133.33
Hex667F2B14042324e3121
Octal14617753240102621166141
Binary1100110111111110101110100010000101100101001110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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