Shades of Olive Drab #658115
Tints of Olive Drab #658115
RGB
CMYK
RGB Variations
Color information
#658115 (or 0x658115) is known color: Olive Drab. HEX triplet: 65, 81 and 15. RGB value is (101,129,21). Sum of RGB (Red+Green+Blue) = 101+129+21=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #658115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658115 is #9A7EEA. Grayscale: #6C6C6C. Windows color (decimal): -10125035 or 1409381. OLE color: 1409381.
HSL color Cylindrical-coordinate representation of color #658115: hue angle of 75.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #658115 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 21 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.49 |
| HSL | 75.56º | 0.72% | 0.29% | - |
| HSV(B) | 75.56º | 0.84% | 0.51% | - |
| XYZ | 13.35 | 18.52 | 3.58 | - |
| YUV | 108.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 21 | 0.22 | 0 | 0.84 | 0.49 | 75.56 | 0.72 | 0.29 |
| Hex | 65 | 81 | 15 | 16 | 0 | 54 | 31 | 4C | 48 | 1D |
| Octal | 145 | 201 | 25 | 26 | 0 | 124 | 61 | 114 | 110 | 35 |
| Binary | 1100101 | 10000001 | 10101 | 10110 | 0 | 1010100 | 110001 | 1001100 | 1001000 | 11101 |
Color Harmonies of #658115
Complementary color
Monochromatic Colors of #658115
Black with #658115
Text Example
Text Example
White with #658115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658115; }
p { color: rgb(101,129,21); }
H1.HeaderClassName
{
color: #658115;
}
.AnyTagClassName
{
color: #658115;
}
</style>
background-color css
<style>
a { background-color: #658115; }
a { background-color: rgb(101,129,21); }
div.DivClassName
{
background-color: #658115;
}
.BgClassName
{
background-color: #658115;
}
</style>
border-color css
<style>
span { border-color: #658115; }
span { border-color: rgb(101,129,21); }
td.TdClassName
{
border-color: #658115;
}
.TagClassName
{
border-color: #658115;
}
</style>