#66821A

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

Shades of Olive Drab #66821A

Tints of Olive Drab #66821A

Color information

#66821A (or 0x66821A) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 1A. RGB value is (102,130,26). Sum of RGB (Red+Green+Blue) = 102+130+26=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #66821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66821A is #997DE5. Grayscale: #6E6E6E. Windows color (decimal): -10059238 or 1737318. OLE color: 1737318.

HSL color Cylindrical-coordinate representation of color #66821A: hue angle of 76.15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66821A is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB10213026-
CMYK0.2200.80.49
HSL76.15º66.67%30.59%-
HSV(B)76.15º80%50.98%-
XYZ13.6518.863.9-
YUV109.7780.72122.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=39.53%
G=50.39%
B=10.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130260.2200.80.4976.1566.6730.59
Hex66821A16050314c431f
Octal146202322601206111410337
Binary1100110100000101101010110010100001100011001100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,130,26); }

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

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

 a { background-color: rgb(102,130,26); }

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

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

 span { border-color: rgb(102,130,26); }

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