#66842D

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

Shades of Olive Drab #66842D

Tints of Olive Drab #66842D

Color information

#66842D (or 0x66842D) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 2D. RGB value is (102,132,45). Sum of RGB (Red+Green+Blue) = 102+132+45=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #66842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66842D is #997BD2. Grayscale: #717171. Windows color (decimal): -10058707 or 2983014. OLE color: 2983014.

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

Color convert

RGB10213245-
CMYK0.2300.660.48
HSL80.69º49.15%34.71%-
HSV(B)80.69º65.91%51.76%-
XYZ14.219.525.5-
YUV113.1189.56120.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=36.56%
G=47.31%
B=16.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132450.2300.660.4880.6949.1534.71
Hex66842D1704230513123
Octal14620455270102601216143
Binary11001101000010010110110111010000101100001010001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66842D; }

 p { color: rgb(102,132,45); }

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

<style>
 a { background-color: #66842D; }

 a { background-color: rgb(102,132,45); }

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

<style>
 span { border-color: #66842D; }

 span { border-color: rgb(102,132,45); }

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