Shades of Olive Drab #658E1F
Tints of Olive Drab #658E1F
RGB
CMYK
RGB Variations
Color information
#658E1F (or 0x658E1F) is known color: Olive Drab. HEX triplet: 65, 8E and 1F. RGB value is (101,142,31). Sum of RGB (Red+Green+Blue) = 101+142+31=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #658E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658E1F is #9A71E0. Grayscale: #757575. Windows color (decimal): -10121697 or 2068069. OLE color: 2068069.
HSL color Cylindrical-coordinate representation of color #658E1F: hue angle of 82.16º 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 #658E1F is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 142 | 31 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.44 |
| HSL | 82.16º | 0.64% | 0.34% | - |
| HSV(B) | 82.16º | 0.78% | 0.56% | - |
| XYZ | 15.29 | 22.21 | 4.78 | - |
| YUV | 117.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 31 | 0.29 | 0 | 0.78 | 0.44 | 82.16 | 0.64 | 0.34 |
| Hex | 65 | 8E | 1F | 1D | 0 | 4E | 2C | 52 | 40 | 22 |
| Octal | 145 | 216 | 37 | 35 | 0 | 116 | 54 | 122 | 100 | 42 |
| Binary | 1100101 | 10001110 | 11111 | 11101 | 0 | 1001110 | 101100 | 1010010 | 1000000 | 100010 |
Color Harmonies of #658E1F
Complementary color
Monochromatic Colors of #658E1F
Black with #658E1F
Text Example
Text Example
White with #658E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E1F; }
p { color: rgb(101,142,31); }
H1.HeaderClassName
{
color: #658E1F;
}
.AnyTagClassName
{
color: #658E1F;
}
</style>
background-color css
<style>
a { background-color: #658E1F; }
a { background-color: rgb(101,142,31); }
div.DivClassName
{
background-color: #658E1F;
}
.BgClassName
{
background-color: #658E1F;
}
</style>
border-color css
<style>
span { border-color: #658E1F; }
span { border-color: rgb(101,142,31); }
td.TdClassName
{
border-color: #658E1F;
}
.TagClassName
{
border-color: #658E1F;
}
</style>