Shades of Olive Drab #668B0F
Tints of Olive Drab #668B0F
RGB
CMYK
RGB Variations
Color information
#668B0F (or 0x668B0F) is known color: Olive Drab. HEX triplet: 66, 8B and 0F. RGB value is (102,139,15). Sum of RGB (Red+Green+Blue) = 102+139+15=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #668B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B0F is #9974F0. Grayscale: #727272. Windows color (decimal): -10056945 or 1018726. OLE color: 1018726.
HSL color Cylindrical-coordinate representation of color #668B0F: hue angle of 77.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #668B0F is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 15 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.45 |
| HSL | 77.9º | 0.81% | 0.3% | - |
| HSV(B) | 77.9º | 0.89% | 0.55% | - |
| XYZ | 14.8 | 21.32 | 3.79 | - |
| YUV | 113.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 15 | 0.27 | 0 | 0.89 | 0.45 | 77.9 | 0.81 | 0.3 |
| Hex | 66 | 8B | F | 1B | 0 | 59 | 2D | 4E | 51 | 1E |
| Octal | 146 | 213 | 17 | 33 | 0 | 131 | 55 | 116 | 121 | 36 |
| Binary | 1100110 | 10001011 | 1111 | 11011 | 0 | 1011001 | 101101 | 1001110 | 1010001 | 11110 |
Color Harmonies of #668B0F
Complementary color
Monochromatic Colors of #668B0F
Black with #668B0F
Text Example
Text Example
White with #668B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B0F; }
p { color: rgb(102,139,15); }
H1.HeaderClassName
{
color: #668B0F;
}
.AnyTagClassName
{
color: #668B0F;
}
</style>
background-color css
<style>
a { background-color: #668B0F; }
a { background-color: rgb(102,139,15); }
div.DivClassName
{
background-color: #668B0F;
}
.BgClassName
{
background-color: #668B0F;
}
</style>
border-color css
<style>
span { border-color: #668B0F; }
span { border-color: rgb(102,139,15); }
td.TdClassName
{
border-color: #668B0F;
}
.TagClassName
{
border-color: #668B0F;
}
</style>