Shades of Olive Drab #668F0A
Tints of Olive Drab #668F0A
RGB
CMYK
RGB Variations
Color information
#668F0A (or 0x668F0A) is known color: Olive Drab. HEX triplet: 66, 8F and 0A. RGB value is (102,143,10). Sum of RGB (Red+Green+Blue) = 102+143+10=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #668F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668F0A is #9970F5. Grayscale: #747474. Windows color (decimal): -10055926 or 692070. OLE color: 692070.
HSL color Cylindrical-coordinate representation of color #668F0A: hue angle of 78.5º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668F0A is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 143 | 10 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.44 |
| HSL | 78.5º | 0.87% | 0.3% | - |
| HSV(B) | 78.5º | 0.93% | 0.56% | - |
| XYZ | 15.36 | 22.49 | 3.82 | - |
| YUV | 115.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 10 | 0.29 | 0 | 0.93 | 0.44 | 78.5 | 0.87 | 0.3 |
| Hex | 66 | 8F | A | 1D | 0 | 5D | 2C | 4E | 57 | 1E |
| Octal | 146 | 217 | 12 | 35 | 0 | 135 | 54 | 116 | 127 | 36 |
| Binary | 1100110 | 10001111 | 1010 | 11101 | 0 | 1011101 | 101100 | 1001110 | 1010111 | 11110 |
Color Harmonies of #668F0A
Complementary color
Monochromatic Colors of #668F0A
Black with #668F0A
Text Example
Text Example
White with #668F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668F0A; }
p { color: rgb(102,143,10); }
H1.HeaderClassName
{
color: #668F0A;
}
.AnyTagClassName
{
color: #668F0A;
}
</style>
background-color css
<style>
a { background-color: #668F0A; }
a { background-color: rgb(102,143,10); }
div.DivClassName
{
background-color: #668F0A;
}
.BgClassName
{
background-color: #668F0A;
}
</style>
border-color css
<style>
span { border-color: #668F0A; }
span { border-color: rgb(102,143,10); }
td.TdClassName
{
border-color: #668F0A;
}
.TagClassName
{
border-color: #668F0A;
}
</style>