Shades of Olive Drab #66832A
Tints of Olive Drab #66832A
RGB
CMYK
RGB Variations
Color information
#66832A (or 0x66832A) is known color: Olive Drab. HEX triplet: 66, 83 and 2A. RGB value is (102,131,42). Sum of RGB (Red+Green+Blue) = 102+131+42=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #66832A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66832A is #997CD5. Grayscale: #707070. Windows color (decimal): -10058966 or 2786150. OLE color: 2786150.
HSL color Cylindrical-coordinate representation of color #66832A: hue angle of 79.55º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66832A is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 42 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.49 |
| HSL | 79.55º | 0.51% | 0.34% | - |
| HSV(B) | 79.55º | 0.68% | 0.51% | - |
| XYZ | 14.01 | 19.22 | 5.16 | - |
| YUV | 112.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 42 | 0.22 | 0 | 0.68 | 0.49 | 79.55 | 0.51 | 0.34 |
| Hex | 66 | 83 | 2A | 16 | 0 | 44 | 31 | 50 | 33 | 22 |
| Octal | 146 | 203 | 52 | 26 | 0 | 104 | 61 | 120 | 63 | 42 |
| Binary | 1100110 | 10000011 | 101010 | 10110 | 0 | 1000100 | 110001 | 1010000 | 110011 | 100010 |
Color Harmonies of #66832A
Complementary color
Monochromatic Colors of #66832A
Black with #66832A
Text Example
Text Example
White with #66832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66832A; }
p { color: rgb(102,131,42); }
H1.HeaderClassName
{
color: #66832A;
}
.AnyTagClassName
{
color: #66832A;
}
</style>
background-color css
<style>
a { background-color: #66832A; }
a { background-color: rgb(102,131,42); }
div.DivClassName
{
background-color: #66832A;
}
.BgClassName
{
background-color: #66832A;
}
</style>
border-color css
<style>
span { border-color: #66832A; }
span { border-color: rgb(102,131,42); }
td.TdClassName
{
border-color: #66832A;
}
.TagClassName
{
border-color: #66832A;
}
</style>