Shades of Olive Drab #658F10
Tints of Olive Drab #658F10
RGB
CMYK
RGB Variations
Color information
#658F10 (or 0x658F10) is known color: Olive Drab. HEX triplet: 65, 8F and 10. RGB value is (101,143,16). Sum of RGB (Red+Green+Blue) = 101+143+16=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #658F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658F10 is #9A70EF. Grayscale: #747474. Windows color (decimal): -10121456 or 1085285. OLE color: 1085285.
HSL color Cylindrical-coordinate representation of color #658F10: hue angle of 79.84º 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 #658F10 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 16 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.44 |
| HSL | 79.84º | 0.8% | 0.31% | - |
| HSV(B) | 79.84º | 0.89% | 0.56% | - |
| XYZ | 15.28 | 22.45 | 4.02 | - |
| YUV | 115.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 16 | 0.29 | 0 | 0.89 | 0.44 | 79.84 | 0.8 | 0.31 |
| Hex | 65 | 8F | 10 | 1D | 0 | 59 | 2C | 50 | 50 | 1F |
| Octal | 145 | 217 | 20 | 35 | 0 | 131 | 54 | 120 | 120 | 37 |
| Binary | 1100101 | 10001111 | 10000 | 11101 | 0 | 1011001 | 101100 | 1010000 | 1010000 | 11111 |
Color Harmonies of #658F10
Complementary color
Monochromatic Colors of #658F10
Black with #658F10
Text Example
Text Example
White with #658F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F10; }
p { color: rgb(101,143,16); }
H1.HeaderClassName
{
color: #658F10;
}
.AnyTagClassName
{
color: #658F10;
}
</style>
background-color css
<style>
a { background-color: #658F10; }
a { background-color: rgb(101,143,16); }
div.DivClassName
{
background-color: #658F10;
}
.BgClassName
{
background-color: #658F10;
}
</style>
border-color css
<style>
span { border-color: #658F10; }
span { border-color: rgb(101,143,16); }
td.TdClassName
{
border-color: #658F10;
}
.TagClassName
{
border-color: #658F10;
}
</style>