#66852A

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

Shades of Olive Drab #66852A

Tints of Olive Drab #66852A

Color information

#66852A (or 0x66852A) is unknown color: approx Olive Drab. HEX triplet: 66, 85 and 2A. RGB value is (102,133,42). Sum of RGB (Red+Green+Blue) = 102+133+42=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #66852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66852A is #997AD5. Grayscale: #717171. Windows color (decimal): -10058454 or 2786662. OLE color: 2786662.

HSL color Cylindrical-coordinate representation of color #66852A: hue angle of 80.44º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66852A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB10213342-
CMYK0.2300.680.48
HSL80.44º52%34.31%-
HSV(B)80.44º68.42%52.16%-
XYZ14.2819.775.25-
YUV113.3687.73119.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=36.82%
G=48.01%
B=15.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133420.2300.680.4880.445234.31
Hex66852A1704430503422
Octal14620552270104601206442
Binary11001101000010110101010111010001001100001010000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66852A; }

 p { color: rgb(102,133,42); }

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

<style>
 a { background-color: #66852A; }

 a { background-color: rgb(102,133,42); }

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

<style>
 span { border-color: #66852A; }

 span { border-color: rgb(102,133,42); }

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