Shades of Olive Drab #658715
Tints of Olive Drab #658715
RGB
CMYK
RGB Variations
Color information
#658715 (or 0x658715) is known color: Olive Drab. HEX triplet: 65, 87 and 15. RGB value is (101,135,21). Sum of RGB (Red+Green+Blue) = 101+135+21=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #658715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658715 is #9A78EA. Grayscale: #707070. Windows color (decimal): -10123499 or 1410917. OLE color: 1410917.
HSL color Cylindrical-coordinate representation of color #658715: hue angle of 77.89º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #658715 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 21 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.47 |
| HSL | 77.89º | 0.73% | 0.31% | - |
| HSV(B) | 77.89º | 0.84% | 0.53% | - |
| XYZ | 14.17 | 20.15 | 3.85 | - |
| YUV | 111.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 21 | 0.25 | 0 | 0.84 | 0.47 | 77.89 | 0.73 | 0.31 |
| Hex | 65 | 87 | 15 | 19 | 0 | 54 | 2F | 4E | 49 | 1F |
| Octal | 145 | 207 | 25 | 31 | 0 | 124 | 57 | 116 | 111 | 37 |
| Binary | 1100101 | 10000111 | 10101 | 11001 | 0 | 1010100 | 101111 | 1001110 | 1001001 | 11111 |
Color Harmonies of #658715
Complementary color
Monochromatic Colors of #658715
Black with #658715
Text Example
Text Example
White with #658715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658715; }
p { color: rgb(101,135,21); }
H1.HeaderClassName
{
color: #658715;
}
.AnyTagClassName
{
color: #658715;
}
</style>
background-color css
<style>
a { background-color: #658715; }
a { background-color: rgb(101,135,21); }
div.DivClassName
{
background-color: #658715;
}
.BgClassName
{
background-color: #658715;
}
</style>
border-color css
<style>
span { border-color: #658715; }
span { border-color: rgb(101,135,21); }
td.TdClassName
{
border-color: #658715;
}
.TagClassName
{
border-color: #658715;
}
</style>