Shades of Olive Drab #668E1F
Tints of Olive Drab #668E1F
RGB
CMYK
RGB Variations
Color information
#668E1F (or 0x668E1F) is known color: Olive Drab. HEX triplet: 66, 8E and 1F. RGB value is (102,142,31). Sum of RGB (Red+Green+Blue) = 102+142+31=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #668E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E1F is #9971E0. Grayscale: #757575. Windows color (decimal): -10056161 or 2068070. OLE color: 2068070.
HSL color Cylindrical-coordinate representation of color #668E1F: hue angle of 81.62º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #668E1F is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 31 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.44 |
| HSL | 81.62º | 0.64% | 0.34% | - |
| HSV(B) | 81.62º | 0.78% | 0.56% | - |
| XYZ | 15.4 | 22.27 | 4.78 | - |
| YUV | 117.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 31 | 0.28 | 0 | 0.78 | 0.44 | 81.62 | 0.64 | 0.34 |
| Hex | 66 | 8E | 1F | 1C | 0 | 4E | 2C | 52 | 40 | 22 |
| Octal | 146 | 216 | 37 | 34 | 0 | 116 | 54 | 122 | 100 | 42 |
| Binary | 1100110 | 10001110 | 11111 | 11100 | 0 | 1001110 | 101100 | 1010010 | 1000000 | 100010 |
Color Harmonies of #668E1F
Complementary color
Monochromatic Colors of #668E1F
Black with #668E1F
Text Example
Text Example
White with #668E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E1F; }
p { color: rgb(102,142,31); }
H1.HeaderClassName
{
color: #668E1F;
}
.AnyTagClassName
{
color: #668E1F;
}
</style>
background-color css
<style>
a { background-color: #668E1F; }
a { background-color: rgb(102,142,31); }
div.DivClassName
{
background-color: #668E1F;
}
.BgClassName
{
background-color: #668E1F;
}
</style>
border-color css
<style>
span { border-color: #668E1F; }
span { border-color: rgb(102,142,31); }
td.TdClassName
{
border-color: #668E1F;
}
.TagClassName
{
border-color: #668E1F;
}
</style>