Shades of Olive Drab #66831F
Tints of Olive Drab #66831F
RGB
CMYK
RGB Variations
Color information
#66831F (or 0x66831F) is known color: Olive Drab. HEX triplet: 66, 83 and 1F. RGB value is (102,131,31). Sum of RGB (Red+Green+Blue) = 102+131+31=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #66831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66831F is #997CE0. Grayscale: #6F6F6F. Windows color (decimal): -10058977 or 2065254. OLE color: 2065254.
HSL color Cylindrical-coordinate representation of color #66831F: hue angle of 77.4º degrees, saturation: 0.62, 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 #66831F is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 31 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.49 |
| HSL | 77.4º | 0.62% | 0.32% | - |
| HSV(B) | 77.4º | 0.76% | 0.51% | - |
| XYZ | 13.84 | 19.16 | 4.26 | - |
| YUV | 110.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 31 | 0.22 | 0 | 0.76 | 0.49 | 77.4 | 0.62 | 0.32 |
| Hex | 66 | 83 | 1F | 16 | 0 | 4C | 31 | 4D | 3E | 20 |
| Octal | 146 | 203 | 37 | 26 | 0 | 114 | 61 | 115 | 76 | 40 |
| Binary | 1100110 | 10000011 | 11111 | 10110 | 0 | 1001100 | 110001 | 1001101 | 111110 | 100000 |
Color Harmonies of #66831F
Complementary color
Monochromatic Colors of #66831F
Black with #66831F
Text Example
Text Example
White with #66831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66831F; }
p { color: rgb(102,131,31); }
H1.HeaderClassName
{
color: #66831F;
}
.AnyTagClassName
{
color: #66831F;
}
</style>
background-color css
<style>
a { background-color: #66831F; }
a { background-color: rgb(102,131,31); }
div.DivClassName
{
background-color: #66831F;
}
.BgClassName
{
background-color: #66831F;
}
</style>
border-color css
<style>
span { border-color: #66831F; }
span { border-color: rgb(102,131,31); }
td.TdClassName
{
border-color: #66831F;
}
.TagClassName
{
border-color: #66831F;
}
</style>