Shades of Olive Drab #658613
Tints of Olive Drab #658613
RGB
CMYK
RGB Variations
Color information
#658613 (or 0x658613) is known color: Olive Drab. HEX triplet: 65, 86 and 13. RGB value is (101,134,19). Sum of RGB (Red+Green+Blue) = 101+134+19=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #658613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658613 is #9A79EC. Grayscale: #6F6F6F. Windows color (decimal): -10123757 or 1279589. OLE color: 1279589.
HSL color Cylindrical-coordinate representation of color #658613: hue angle of 77.22º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #658613 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 19 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.47 |
| HSL | 77.22º | 0.75% | 0.3% | - |
| HSV(B) | 77.22º | 0.86% | 0.53% | - |
| XYZ | 14.01 | 19.86 | 3.71 | - |
| YUV | 111.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 19 | 0.25 | 0 | 0.86 | 0.47 | 77.22 | 0.75 | 0.3 |
| Hex | 65 | 86 | 13 | 19 | 0 | 56 | 2F | 4D | 4B | 1E |
| Octal | 145 | 206 | 23 | 31 | 0 | 126 | 57 | 115 | 113 | 36 |
| Binary | 1100101 | 10000110 | 10011 | 11001 | 0 | 1010110 | 101111 | 1001101 | 1001011 | 11110 |
Color Harmonies of #658613
Complementary color
Monochromatic Colors of #658613
Black with #658613
Text Example
Text Example
White with #658613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658613; }
p { color: rgb(101,134,19); }
H1.HeaderClassName
{
color: #658613;
}
.AnyTagClassName
{
color: #658613;
}
</style>
background-color css
<style>
a { background-color: #658613; }
a { background-color: rgb(101,134,19); }
div.DivClassName
{
background-color: #658613;
}
.BgClassName
{
background-color: #658613;
}
</style>
border-color css
<style>
span { border-color: #658613; }
span { border-color: rgb(101,134,19); }
td.TdClassName
{
border-color: #658613;
}
.TagClassName
{
border-color: #658613;
}
</style>