Shades of Olive Drab #668E1B
Tints of Olive Drab #668E1B
RGB
CMYK
RGB Variations
Color information
#668E1B (or 0x668E1B) is known color: Olive Drab. HEX triplet: 66, 8E and 1B. RGB value is (102,142,27). Sum of RGB (Red+Green+Blue) = 102+142+27=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #668E1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E1B is #9971E4. Grayscale: #757575. Windows color (decimal): -10056165 or 1805926. OLE color: 1805926.
HSL color Cylindrical-coordinate representation of color #668E1B: hue angle of 80.87º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #668E1B is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 27 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.44 |
| HSL | 80.87º | 0.68% | 0.33% | - |
| HSV(B) | 80.87º | 0.81% | 0.56% | - |
| XYZ | 15.35 | 22.25 | 4.52 | - |
| YUV | 116.93 | 77.25 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 27 | 0.28 | 0 | 0.81 | 0.44 | 80.87 | 0.68 | 0.33 |
| Hex | 66 | 8E | 1B | 1C | 0 | 51 | 2C | 51 | 44 | 21 |
| Octal | 146 | 216 | 33 | 34 | 0 | 121 | 54 | 121 | 104 | 41 |
| Binary | 1100110 | 10001110 | 11011 | 11100 | 0 | 1010001 | 101100 | 1010001 | 1000100 | 100001 |
Color Harmonies of #668E1B
Complementary color
Monochromatic Colors of #668E1B
Black with #668E1B
Text Example
Text Example
White with #668E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E1B; }
p { color: rgb(102,142,27); }
H1.HeaderClassName
{
color: #668E1B;
}
.AnyTagClassName
{
color: #668E1B;
}
</style>
background-color css
<style>
a { background-color: #668E1B; }
a { background-color: rgb(102,142,27); }
div.DivClassName
{
background-color: #668E1B;
}
.BgClassName
{
background-color: #668E1B;
}
</style>
border-color css
<style>
span { border-color: #668E1B; }
span { border-color: rgb(102,142,27); }
td.TdClassName
{
border-color: #668E1B;
}
.TagClassName
{
border-color: #668E1B;
}
</style>