Shades of Olive Drab #658708
Tints of Olive Drab #658708
RGB
CMYK
RGB Variations
Color information
#658708 (or 0x658708) is known color: Olive Drab. HEX triplet: 65, 87 and 08. RGB value is (101,135,8). Sum of RGB (Red+Green+Blue) = 101+135+8=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #658708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658708 is #9A78F7. Grayscale: #6E6E6E. Windows color (decimal): -10123512 or 558949. OLE color: 558949.
HSL color Cylindrical-coordinate representation of color #658708: hue angle of 76.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #658708 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 8 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.47 |
| HSL | 76.06º | 0.89% | 0.28% | - |
| HSV(B) | 76.06º | 0.94% | 0.53% | - |
| XYZ | 14.07 | 20.11 | 3.37 | - |
| YUV | 110.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 8 | 0.25 | 0 | 0.94 | 0.47 | 76.06 | 0.89 | 0.28 |
| Hex | 65 | 87 | 8 | 19 | 0 | 5E | 2F | 4C | 59 | 1C |
| Octal | 145 | 207 | 10 | 31 | 0 | 136 | 57 | 114 | 131 | 34 |
| Binary | 1100101 | 10000111 | 1000 | 11001 | 0 | 1011110 | 101111 | 1001100 | 1011001 | 11100 |
Color Harmonies of #658708
Complementary color
Monochromatic Colors of #658708
Black with #658708
Text Example
Text Example
White with #658708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658708; }
p { color: rgb(101,135,8); }
H1.HeaderClassName
{
color: #658708;
}
.AnyTagClassName
{
color: #658708;
}
</style>
background-color css
<style>
a { background-color: #658708; }
a { background-color: rgb(101,135,8); }
div.DivClassName
{
background-color: #658708;
}
.BgClassName
{
background-color: #658708;
}
</style>
border-color css
<style>
span { border-color: #658708; }
span { border-color: rgb(101,135,8); }
td.TdClassName
{
border-color: #658708;
}
.TagClassName
{
border-color: #658708;
}
</style>