#66892C

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

Shades of Olive Drab #66892C

Tints of Olive Drab #66892C

Color information

#66892C (or 0x66892C) is unknown color: approx Olive Drab. HEX triplet: 66, 89 and 2C. RGB value is (102,137,44). Sum of RGB (Red+Green+Blue) = 102+137+44=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #66892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66892C is #9976D3. Grayscale: #747474. Windows color (decimal): -10057428 or 2918758. OLE color: 2918758.

HSL color Cylindrical-coordinate representation of color #66892C: hue angle of 82.58º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66892C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB10213744-
CMYK0.2600.680.46
HSL82.58º51.38%35.49%-
HSV(B)82.58º67.88%53.73%-
XYZ14.8820.95.63-
YUV115.9387.4118.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 137 (53.91% from 255) = 48.41%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=36.04%
G=48.41%
B=15.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137440.2600.680.4682.5851.3835.49
Hex66892C1A0442E533323
Octal14621154320104561236343
Binary11001101000100110110011010010001001011101010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66892C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,137,44); }

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

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

 a { background-color: rgb(102,137,44); }

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

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

 span { border-color: rgb(102,137,44); }

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