Shades of Olive Drab #658707
Tints of Olive Drab #658707
RGB
CMYK
RGB Variations
Color information
#658707 (or 0x658707) is known color: Olive Drab. HEX triplet: 65, 87 and 07. RGB value is (101,135,7). Sum of RGB (Red+Green+Blue) = 101+135+7=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #658707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658707 is #9A78F8. Grayscale: #6E6E6E. Windows color (decimal): -10123513 or 493413. OLE color: 493413.
HSL color Cylindrical-coordinate representation of color #658707: hue angle of 75.94º 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 #658707 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 7 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.47 |
| HSL | 75.94º | 0.9% | 0.28% | - |
| HSV(B) | 75.94º | 0.95% | 0.53% | - |
| XYZ | 14.07 | 20.11 | 3.34 | - |
| YUV | 110.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 7 | 0.25 | 0 | 0.95 | 0.47 | 75.94 | 0.9 | 0.28 |
| Hex | 65 | 87 | 7 | 19 | 0 | 5F | 2F | 4C | 5A | 1C |
| Octal | 145 | 207 | 7 | 31 | 0 | 137 | 57 | 114 | 132 | 34 |
| Binary | 1100101 | 10000111 | 111 | 11001 | 0 | 1011111 | 101111 | 1001100 | 1011010 | 11100 |
Color Harmonies of #658707
Complementary color
Monochromatic Colors of #658707
Black with #658707
Text Example
Text Example
White with #658707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658707; }
p { color: rgb(101,135,7); }
H1.HeaderClassName
{
color: #658707;
}
.AnyTagClassName
{
color: #658707;
}
</style>
background-color css
<style>
a { background-color: #658707; }
a { background-color: rgb(101,135,7); }
div.DivClassName
{
background-color: #658707;
}
.BgClassName
{
background-color: #658707;
}
</style>
border-color css
<style>
span { border-color: #658707; }
span { border-color: rgb(101,135,7); }
td.TdClassName
{
border-color: #658707;
}
.TagClassName
{
border-color: #658707;
}
</style>