Shades of Olive Drab #66822B
Tints of Olive Drab #66822B
RGB
CMYK
RGB Variations
Color information
#66822B (or 0x66822B) is known color: 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
| RGB | 102 | 130 | 43 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.49 |
| HSL | 79.31º | 0.5% | 0.34% | - |
| HSV(B) | 79.31º | 0.67% | 0.51% | - |
| XYZ | 13.9 | 18.96 | 5.21 | - |
| YUV | 111.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 43 | 0.22 | 0 | 0.67 | 0.49 | 79.31 | 0.5 | 0.34 |
| Hex | 66 | 82 | 2B | 16 | 0 | 43 | 31 | 4F | 32 | 22 |
| Octal | 146 | 202 | 53 | 26 | 0 | 103 | 61 | 117 | 62 | 42 |
| Binary | 1100110 | 10000010 | 101011 | 10110 | 0 | 1000011 | 110001 | 1001111 | 110010 | 100010 |
Color Harmonies of #66822B
Complementary color
Monochromatic Colors of #66822B
Black with #66822B
Text Example
Text Example
White with #66822B
Text Example
Text Example
HTML Codes & Css Web 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>