Shades of Olive Drab #668F10
Tints of Olive Drab #668F10
RGB
CMYK
RGB Variations
Color information
#668F10 (or 0x668F10) is known color: Olive Drab. HEX triplet: 66, 8F and 10. RGB value is (102,143,16). Sum of RGB (Red+Green+Blue) = 102+143+16=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #668F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668F10 is #9970EF. Grayscale: #747474. Windows color (decimal): -10055920 or 1085286. OLE color: 1085286.
HSL color Cylindrical-coordinate representation of color #668F10: hue angle of 79.37º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #668F10 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 143 | 16 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.44 |
| HSL | 79.37º | 0.8% | 0.31% | - |
| HSV(B) | 79.37º | 0.89% | 0.56% | - |
| XYZ | 15.4 | 22.51 | 4.02 | - |
| YUV | 116.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 16 | 0.29 | 0 | 0.89 | 0.44 | 79.37 | 0.8 | 0.31 |
| Hex | 66 | 8F | 10 | 1D | 0 | 59 | 2C | 4F | 50 | 1F |
| Octal | 146 | 217 | 20 | 35 | 0 | 131 | 54 | 117 | 120 | 37 |
| Binary | 1100110 | 10001111 | 10000 | 11101 | 0 | 1011001 | 101100 | 1001111 | 1010000 | 11111 |
Color Harmonies of #668F10
Complementary color
Monochromatic Colors of #668F10
Black with #668F10
Text Example
Text Example
White with #668F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668F10; }
p { color: rgb(102,143,16); }
H1.HeaderClassName
{
color: #668F10;
}
.AnyTagClassName
{
color: #668F10;
}
</style>
background-color css
<style>
a { background-color: #668F10; }
a { background-color: rgb(102,143,16); }
div.DivClassName
{
background-color: #668F10;
}
.BgClassName
{
background-color: #668F10;
}
</style>
border-color css
<style>
span { border-color: #668F10; }
span { border-color: rgb(102,143,16); }
td.TdClassName
{
border-color: #668F10;
}
.TagClassName
{
border-color: #668F10;
}
</style>