Shades of Olive Drab #668708
Tints of Olive Drab #668708
RGB
CMYK
RGB Variations
Color information
#668708 (or 0x668708) is known color: Olive Drab. HEX triplet: 66, 87 and 08. RGB value is (102,135,8). Sum of RGB (Red+Green+Blue) = 102+135+8=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #668708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668708 is #9978F7. Grayscale: #6F6F6F. Windows color (decimal): -10057976 or 558950. OLE color: 558950.
HSL color Cylindrical-coordinate representation of color #668708: hue angle of 75.59º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #668708 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 8 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.47 |
| HSL | 75.59º | 0.89% | 0.28% | - |
| HSV(B) | 75.59º | 0.94% | 0.53% | - |
| XYZ | 14.19 | 20.17 | 3.38 | - |
| YUV | 110.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 8 | 0.24 | 0 | 0.94 | 0.47 | 75.59 | 0.89 | 0.28 |
| Hex | 66 | 87 | 8 | 18 | 0 | 5E | 2F | 4C | 59 | 1C |
| Octal | 146 | 207 | 10 | 30 | 0 | 136 | 57 | 114 | 131 | 34 |
| Binary | 1100110 | 10000111 | 1000 | 11000 | 0 | 1011110 | 101111 | 1001100 | 1011001 | 11100 |
Color Harmonies of #668708
Complementary color
Monochromatic Colors of #668708
Black with #668708
Text Example
Text Example
White with #668708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668708; }
p { color: rgb(102,135,8); }
H1.HeaderClassName
{
color: #668708;
}
.AnyTagClassName
{
color: #668708;
}
</style>
background-color css
<style>
a { background-color: #668708; }
a { background-color: rgb(102,135,8); }
div.DivClassName
{
background-color: #668708;
}
.BgClassName
{
background-color: #668708;
}
</style>
border-color css
<style>
span { border-color: #668708; }
span { border-color: rgb(102,135,8); }
td.TdClassName
{
border-color: #668708;
}
.TagClassName
{
border-color: #668708;
}
</style>