Shades of Olive Drab #658726
Tints of Olive Drab #658726
RGB
CMYK
RGB Variations
Color information
#658726 (or 0x658726) is known color: Olive Drab. HEX triplet: 65, 87 and 26. RGB value is (101,135,38). Sum of RGB (Red+Green+Blue) = 101+135+38=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #658726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658726 is #9A78D9. Grayscale: #727272. Windows color (decimal): -10123482 or 2525029. OLE color: 2525029.
HSL color Cylindrical-coordinate representation of color #658726: hue angle of 81.03º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #658726 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 38 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.47 |
| HSL | 81.03º | 0.56% | 0.34% | - |
| HSV(B) | 81.03º | 0.72% | 0.53% | - |
| XYZ | 14.38 | 20.23 | 4.98 | - |
| YUV | 113.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 38 | 0.25 | 0 | 0.72 | 0.47 | 81.03 | 0.56 | 0.34 |
| Hex | 65 | 87 | 26 | 19 | 0 | 48 | 2F | 51 | 38 | 22 |
| Octal | 145 | 207 | 46 | 31 | 0 | 110 | 57 | 121 | 70 | 42 |
| Binary | 1100101 | 10000111 | 100110 | 11001 | 0 | 1001000 | 101111 | 1010001 | 111000 | 100010 |
Color Harmonies of #658726
Complementary color
Monochromatic Colors of #658726
Black with #658726
Text Example
Text Example
White with #658726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658726; }
p { color: rgb(101,135,38); }
H1.HeaderClassName
{
color: #658726;
}
.AnyTagClassName
{
color: #658726;
}
</style>
background-color css
<style>
a { background-color: #658726; }
a { background-color: rgb(101,135,38); }
div.DivClassName
{
background-color: #658726;
}
.BgClassName
{
background-color: #658726;
}
</style>
border-color css
<style>
span { border-color: #658726; }
span { border-color: rgb(101,135,38); }
td.TdClassName
{
border-color: #658726;
}
.TagClassName
{
border-color: #658726;
}
</style>