Shades of Olive Drab #668F1F
Tints of Olive Drab #668F1F
RGB
CMYK
RGB Variations
Color information
#668F1F (or 0x668F1F) is known color: Olive Drab. HEX triplet: 66, 8F and 1F. RGB value is (102,143,31). Sum of RGB (Red+Green+Blue) = 102+143+31=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #668F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668F1F is #9970E0. Grayscale: #767676. Windows color (decimal): -10055905 or 2068326. OLE color: 2068326.
HSL color Cylindrical-coordinate representation of color #668F1F: hue angle of 81.96º 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 #668F1F is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 143 | 31 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.44 |
| HSL | 81.96º | 0.64% | 0.34% | - |
| HSV(B) | 81.96º | 0.78% | 0.56% | - |
| XYZ | 15.55 | 22.57 | 4.83 | - |
| YUV | 117.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 31 | 0.29 | 0 | 0.78 | 0.44 | 81.96 | 0.64 | 0.34 |
| Hex | 66 | 8F | 1F | 1D | 0 | 4E | 2C | 52 | 40 | 22 |
| Octal | 146 | 217 | 37 | 35 | 0 | 116 | 54 | 122 | 100 | 42 |
| Binary | 1100110 | 10001111 | 11111 | 11101 | 0 | 1001110 | 101100 | 1010010 | 1000000 | 100010 |
Color Harmonies of #668F1F
Complementary color
Monochromatic Colors of #668F1F
Black with #668F1F
Text Example
Text Example
White with #668F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668F1F; }
p { color: rgb(102,143,31); }
H1.HeaderClassName
{
color: #668F1F;
}
.AnyTagClassName
{
color: #668F1F;
}
</style>
background-color css
<style>
a { background-color: #668F1F; }
a { background-color: rgb(102,143,31); }
div.DivClassName
{
background-color: #668F1F;
}
.BgClassName
{
background-color: #668F1F;
}
</style>
border-color css
<style>
span { border-color: #668F1F; }
span { border-color: rgb(102,143,31); }
td.TdClassName
{
border-color: #668F1F;
}
.TagClassName
{
border-color: #668F1F;
}
</style>