#66822B

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

Shades of Olive Drab #66822B

Tints of Olive Drab #66822B

Color information

#66822B (or 0x66822B) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 2B. RGB value is (102,130,43). Sum of RGB (Red+Green+Blue) = 102+130+43=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #66822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66822B is #997DD4. Grayscale: #707070. Windows color (decimal): -10059221 or 2851430. OLE color: 2851430.

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

Color convert

RGB10213043-
CMYK0.2200.670.49
HSL79.31º50.29%33.92%-
HSV(B)79.31º66.92%50.98%-
XYZ13.918.965.21-
YUV111.7189.22121.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=37.09%
G=47.27%
B=15.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130430.2200.670.4979.3150.2933.92
Hex66822B16043314f3222
Octal14620253260103611176242
Binary11001101000001010101110110010000111100011001111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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