#66821B

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

Shades of Olive Drab #66821B

Tints of Olive Drab #66821B

Color information

#66821B (or 0x66821B) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 1B. RGB value is (102,130,27). Sum of RGB (Red+Green+Blue) = 102+130+27=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #66821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66821B is #997DE4. Grayscale: #6E6E6E. Windows color (decimal): -10059237 or 1802854. OLE color: 1802854.

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

Color convert

RGB10213027-
CMYK0.2200.790.49
HSL76.31º65.61%30.78%-
HSV(B)76.31º79.23%50.98%-
XYZ13.6618.873.96-
YUV109.8981.22122.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=39.38%
G=50.19%
B=10.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130270.2200.790.4976.3165.6130.78
Hex66821B1604F314c421f
Octal146202332601176111410237
Binary1100110100000101101110110010011111100011001100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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