Shades of Olive Drab #668605
Tints of Olive Drab #668605
RGB
CMYK
RGB Variations
Color information
#668605 (or 0x668605) is known color: Olive Drab. HEX triplet: 66, 86 and 05. RGB value is (102,134,5). Sum of RGB (Red+Green+Blue) = 102+134+5=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #668605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668605 is #9979FA. Grayscale: #6E6E6E. Windows color (decimal): -10058235 or 362086. OLE color: 362086.
HSL color Cylindrical-coordinate representation of color #668605: hue angle of 74.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #668605 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 5 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.47 |
| HSL | 74.88º | 0.93% | 0.27% | - |
| HSV(B) | 74.88º | 0.96% | 0.53% | - |
| XYZ | 14.03 | 19.89 | 3.24 | - |
| YUV | 109.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 5 | 0.24 | 0 | 0.96 | 0.47 | 74.88 | 0.93 | 0.27 |
| Hex | 66 | 86 | 5 | 18 | 0 | 60 | 2F | 4B | 5D | 1B |
| Octal | 146 | 206 | 5 | 30 | 0 | 140 | 57 | 113 | 135 | 33 |
| Binary | 1100110 | 10000110 | 101 | 11000 | 0 | 1100000 | 101111 | 1001011 | 1011101 | 11011 |
Color Harmonies of #668605
Complementary color
Monochromatic Colors of #668605
Black with #668605
Text Example
Text Example
White with #668605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668605; }
p { color: rgb(102,134,5); }
H1.HeaderClassName
{
color: #668605;
}
.AnyTagClassName
{
color: #668605;
}
</style>
background-color css
<style>
a { background-color: #668605; }
a { background-color: rgb(102,134,5); }
div.DivClassName
{
background-color: #668605;
}
.BgClassName
{
background-color: #668605;
}
</style>
border-color css
<style>
span { border-color: #668605; }
span { border-color: rgb(102,134,5); }
td.TdClassName
{
border-color: #668605;
}
.TagClassName
{
border-color: #668605;
}
</style>