Shades of Olive Drab #668E03
Tints of Olive Drab #668E03
RGB
CMYK
RGB Variations
Color information
#668E03 (or 0x668E03) is known color: Olive Drab. HEX triplet: 66, 8E and 03. RGB value is (102,142,3). Sum of RGB (Red+Green+Blue) = 102+142+3=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #668E03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668E03 is #9971FC. Grayscale: #727272. Windows color (decimal): -10056189 or 233062. OLE color: 233062.
HSL color Cylindrical-coordinate representation of color #668E03: hue angle of 77.27º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #668E03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.44 |
| HSL | 77.27º | 0.96% | 0.28% | - |
| HSV(B) | 77.27º | 0.98% | 0.56% | - |
| XYZ | 15.17 | 22.18 | 3.57 | - |
| YUV | 114.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 3 | 0.28 | 0 | 0.98 | 0.44 | 77.27 | 0.96 | 0.28 |
| Hex | 66 | 8E | 3 | 1C | 0 | 62 | 2C | 4D | 60 | 1C |
| Octal | 146 | 216 | 3 | 34 | 0 | 142 | 54 | 115 | 140 | 34 |
| Binary | 1100110 | 10001110 | 11 | 11100 | 0 | 1100010 | 101100 | 1001101 | 1100000 | 11100 |
Color Harmonies of #668E03
Complementary color
Monochromatic Colors of #668E03
Black with #668E03
Text Example
Text Example
White with #668E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E03; }
p { color: rgb(102,142,3); }
H1.HeaderClassName
{
color: #668E03;
}
.AnyTagClassName
{
color: #668E03;
}
</style>
background-color css
<style>
a { background-color: #668E03; }
a { background-color: rgb(102,142,3); }
div.DivClassName
{
background-color: #668E03;
}
.BgClassName
{
background-color: #668E03;
}
</style>
border-color css
<style>
span { border-color: #668E03; }
span { border-color: rgb(102,142,3); }
td.TdClassName
{
border-color: #668E03;
}
.TagClassName
{
border-color: #668E03;
}
</style>