Shades of Olive Drab #668B03
Tints of Olive Drab #668B03
RGB
CMYK
RGB Variations
Color information
#668B03 (or 0x668B03) is known color: Olive Drab. HEX triplet: 66, 8B and 03. RGB value is (102,139,3). Sum of RGB (Red+Green+Blue) = 102+139+3=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #668B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B03 is #9974FC. Grayscale: #707070. Windows color (decimal): -10056957 or 232294. OLE color: 232294.
HSL color Cylindrical-coordinate representation of color #668B03: hue angle of 76.32º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #668B03 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.45 |
| HSL | 76.32º | 0.96% | 0.28% | - |
| HSV(B) | 76.32º | 0.98% | 0.55% | - |
| XYZ | 14.73 | 21.3 | 3.42 | - |
| YUV | 112.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 3 | 0.27 | 0 | 0.98 | 0.45 | 76.32 | 0.96 | 0.28 |
| Hex | 66 | 8B | 3 | 1B | 0 | 62 | 2D | 4C | 60 | 1C |
| Octal | 146 | 213 | 3 | 33 | 0 | 142 | 55 | 114 | 140 | 34 |
| Binary | 1100110 | 10001011 | 11 | 11011 | 0 | 1100010 | 101101 | 1001100 | 1100000 | 11100 |
Color Harmonies of #668B03
Complementary color
Monochromatic Colors of #668B03
Black with #668B03
Text Example
Text Example
White with #668B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B03; }
p { color: rgb(102,139,3); }
H1.HeaderClassName
{
color: #668B03;
}
.AnyTagClassName
{
color: #668B03;
}
</style>
background-color css
<style>
a { background-color: #668B03; }
a { background-color: rgb(102,139,3); }
div.DivClassName
{
background-color: #668B03;
}
.BgClassName
{
background-color: #668B03;
}
</style>
border-color css
<style>
span { border-color: #668B03; }
span { border-color: rgb(102,139,3); }
td.TdClassName
{
border-color: #668B03;
}
.TagClassName
{
border-color: #668B03;
}
</style>