Shades of Olive Drab #658716
Tints of Olive Drab #658716
RGB
CMYK
RGB Variations
Color information
#658716 (or 0x658716) is known color: Olive Drab. HEX triplet: 65, 87 and 16. RGB value is (101,135,22). Sum of RGB (Red+Green+Blue) = 101+135+22=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #658716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658716 is #9A78E9. Grayscale: #707070. Windows color (decimal): -10123498 or 1476453. OLE color: 1476453.
HSL color Cylindrical-coordinate representation of color #658716: hue angle of 78.05º degrees, saturation: 0.72, 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 #658716 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 22 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.47 |
| HSL | 78.05º | 0.72% | 0.31% | - |
| HSV(B) | 78.05º | 0.84% | 0.53% | - |
| XYZ | 14.18 | 20.15 | 3.9 | - |
| YUV | 111.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 22 | 0.25 | 0 | 0.84 | 0.47 | 78.05 | 0.72 | 0.31 |
| Hex | 65 | 87 | 16 | 19 | 0 | 54 | 2F | 4E | 48 | 1F |
| Octal | 145 | 207 | 26 | 31 | 0 | 124 | 57 | 116 | 110 | 37 |
| Binary | 1100101 | 10000111 | 10110 | 11001 | 0 | 1010100 | 101111 | 1001110 | 1001000 | 11111 |
Color Harmonies of #658716
Complementary color
Monochromatic Colors of #658716
Black with #658716
Text Example
Text Example
White with #658716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658716; }
p { color: rgb(101,135,22); }
H1.HeaderClassName
{
color: #658716;
}
.AnyTagClassName
{
color: #658716;
}
</style>
background-color css
<style>
a { background-color: #658716; }
a { background-color: rgb(101,135,22); }
div.DivClassName
{
background-color: #658716;
}
.BgClassName
{
background-color: #658716;
}
</style>
border-color css
<style>
span { border-color: #658716; }
span { border-color: rgb(101,135,22); }
td.TdClassName
{
border-color: #658716;
}
.TagClassName
{
border-color: #658716;
}
</style>