#66852F

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

Shades of Olive Drab #66852F

Tints of Olive Drab #66852F

Color information

#66852F (or 0x66852F) is unknown color: approx Olive Drab. HEX triplet: 66, 85 and 2F. RGB value is (102,133,47). Sum of RGB (Red+Green+Blue) = 102+133+47=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #66852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66852F is #997AD0. Grayscale: #727272. Windows color (decimal): -10058449 or 3114342. OLE color: 3114342.

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

Color convert

RGB10213347-
CMYK0.2300.650.48
HSL81.63º47.78%35.29%-
HSV(B)81.63º64.66%52.16%-
XYZ14.3819.815.75-
YUV113.9390.23119.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 133 (52.34% from 255) = 47.16%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=36.17%
G=47.16%
B=16.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133470.2300.650.4881.6347.7835.29
Hex66852F1704130523023
Octal14620557270101601226043
Binary11001101000010110111110111010000011100001010010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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