Shades of Olive Drab #658807
Tints of Olive Drab #658807
RGB
CMYK
RGB Variations
Color information
#658807 (or 0x658807) is known color: Olive Drab. HEX triplet: 65, 88 and 07. RGB value is (101,136,7). Sum of RGB (Red+Green+Blue) = 101+136+7=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #658807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658807 is #9A77F8. Grayscale: #6F6F6F. Windows color (decimal): -10123257 or 493669. OLE color: 493669.
HSL color Cylindrical-coordinate representation of color #658807: hue angle of 76.28º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #658807 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 7 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.47 |
| HSL | 76.28º | 0.9% | 0.28% | - |
| HSV(B) | 76.28º | 0.95% | 0.53% | - |
| XYZ | 14.21 | 20.39 | 3.39 | - |
| YUV | 110.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 7 | 0.26 | 0 | 0.95 | 0.47 | 76.28 | 0.9 | 0.28 |
| Hex | 65 | 88 | 7 | 1A | 0 | 5F | 2F | 4C | 5A | 1C |
| Octal | 145 | 210 | 7 | 32 | 0 | 137 | 57 | 114 | 132 | 34 |
| Binary | 1100101 | 10001000 | 111 | 11010 | 0 | 1011111 | 101111 | 1001100 | 1011010 | 11100 |
Color Harmonies of #658807
Complementary color
Monochromatic Colors of #658807
Black with #658807
Text Example
Text Example
White with #658807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658807; }
p { color: rgb(101,136,7); }
H1.HeaderClassName
{
color: #658807;
}
.AnyTagClassName
{
color: #658807;
}
</style>
background-color css
<style>
a { background-color: #658807; }
a { background-color: rgb(101,136,7); }
div.DivClassName
{
background-color: #658807;
}
.BgClassName
{
background-color: #658807;
}
</style>
border-color css
<style>
span { border-color: #658807; }
span { border-color: rgb(101,136,7); }
td.TdClassName
{
border-color: #658807;
}
.TagClassName
{
border-color: #658807;
}
</style>