#66852C

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

Shades of Olive Drab #66852C

Tints of Olive Drab #66852C

Color information

#66852C (or 0x66852C) is unknown color: approx Olive Drab. HEX triplet: 66, 85 and 2C. RGB value is (102,133,44). Sum of RGB (Red+Green+Blue) = 102+133+44=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #66852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66852C is #997AD3. Grayscale: #717171. Windows color (decimal): -10058452 or 2917734. OLE color: 2917734.

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

Color convert

RGB10213344-
CMYK0.2300.670.48
HSL80.9º50.28%34.71%-
HSV(B)80.9º66.92%52.16%-
XYZ14.3219.785.45-
YUV113.5888.73119.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=36.56%
G=47.67%
B=15.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133440.2300.670.4880.950.2834.71
Hex66852C1704330513223
Octal14620554270103601216243
Binary11001101000010110110010111010000111100001010001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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