#66821F

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

Shades of Olive Drab #66821F

Tints of Olive Drab #66821F

Color information

#66821F (or 0x66821F) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 1F. RGB value is (102,130,31). Sum of RGB (Red+Green+Blue) = 102+130+31=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #66821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66821F is #997DE0. Grayscale: #6E6E6E. Windows color (decimal): -10059233 or 2064998. OLE color: 2064998.

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

Color convert

RGB10213031-
CMYK0.2200.760.49
HSL76.97º61.49%31.57%-
HSV(B)76.97º76.15%50.98%-
XYZ13.7118.894.22-
YUV110.3483.22122.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=38.78%
G=49.43%
B=11.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130310.2200.760.4976.9761.4931.57
Hex66821F1604C314d3d20
Octal14620237260114611157540
Binary1100110100000101111110110010011001100011001101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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