Shades of Olive Drab #668B01
Tints of Olive Drab #668B01
RGB
CMYK
RGB Variations
Color information
#668B01 (or 0x668B01) is known color: Olive Drab. HEX triplet: 66, 8B and 01. RGB value is (102,139,1). Sum of RGB (Red+Green+Blue) = 102+139+1=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #668B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B01 is #9974FE. Grayscale: #707070. Windows color (decimal): -10056959 or 101222. OLE color: 101222.
HSL color Cylindrical-coordinate representation of color #668B01: hue angle of 76.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #668B01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.45 |
| HSL | 76.09º | 0.99% | 0.27% | - |
| HSV(B) | 76.09º | 0.99% | 0.55% | - |
| XYZ | 14.72 | 21.29 | 3.36 | - |
| YUV | 112.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 1 | 0.27 | 0 | 0.99 | 0.45 | 76.09 | 0.99 | 0.27 |
| Hex | 66 | 8B | 1 | 1B | 0 | 63 | 2D | 4C | 63 | 1B |
| Octal | 146 | 213 | 1 | 33 | 0 | 143 | 55 | 114 | 143 | 33 |
| Binary | 1100110 | 10001011 | 1 | 11011 | 0 | 1100011 | 101101 | 1001100 | 1100011 | 11011 |
Color Harmonies of #668B01
Complementary color
Monochromatic Colors of #668B01
Black with #668B01
Text Example
Text Example
White with #668B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B01; }
p { color: rgb(102,139,1); }
H1.HeaderClassName
{
color: #668B01;
}
.AnyTagClassName
{
color: #668B01;
}
</style>
background-color css
<style>
a { background-color: #668B01; }
a { background-color: rgb(102,139,1); }
div.DivClassName
{
background-color: #668B01;
}
.BgClassName
{
background-color: #668B01;
}
</style>
border-color css
<style>
span { border-color: #668B01; }
span { border-color: rgb(102,139,1); }
td.TdClassName
{
border-color: #668B01;
}
.TagClassName
{
border-color: #668B01;
}
</style>