Shades of Olive Drab #659104
Tints of Olive Drab #659104
RGB
CMYK
RGB Variations
Color information
#659104 (or 0x659104) is known color: Olive Drab. HEX triplet: 65, 91 and 04. RGB value is (101,145,4). Sum of RGB (Red+Green+Blue) = 101+145+4=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #659104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659104 is #9A6EFB. Grayscale: #747474. Windows color (decimal): -10120956 or 299365. OLE color: 299365.
HSL color Cylindrical-coordinate representation of color #659104: hue angle of 78.72º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #659104 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 4 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.43 |
| HSL | 78.72º | 0.95% | 0.29% | - |
| HSV(B) | 78.72º | 0.97% | 0.57% | - |
| XYZ | 15.51 | 23.03 | 3.74 | - |
| YUV | 115.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 4 | 0.30 | 0 | 0.97 | 0.43 | 78.72 | 0.95 | 0.29 |
| Hex | 65 | 91 | 4 | 1E | 0 | 61 | 2B | 4F | 5F | 1D |
| Octal | 145 | 221 | 4 | 36 | 0 | 141 | 53 | 117 | 137 | 35 |
| Binary | 1100101 | 10010001 | 100 | 11110 | 0 | 1100001 | 101011 | 1001111 | 1011111 | 11101 |
Color Harmonies of #659104
Complementary color
Monochromatic Colors of #659104
Black with #659104
Text Example
Text Example
White with #659104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659104; }
p { color: rgb(101,145,4); }
H1.HeaderClassName
{
color: #659104;
}
.AnyTagClassName
{
color: #659104;
}
</style>
background-color css
<style>
a { background-color: #659104; }
a { background-color: rgb(101,145,4); }
div.DivClassName
{
background-color: #659104;
}
.BgClassName
{
background-color: #659104;
}
</style>
border-color css
<style>
span { border-color: #659104; }
span { border-color: rgb(101,145,4); }
td.TdClassName
{
border-color: #659104;
}
.TagClassName
{
border-color: #659104;
}
</style>