Shades of Olive Drab #658720
Tints of Olive Drab #658720
RGB
CMYK
RGB Variations
Color information
#658720 (or 0x658720) is known color: Olive Drab. HEX triplet: 65, 87 and 20. RGB value is (101,135,32). Sum of RGB (Red+Green+Blue) = 101+135+32=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #658720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658720 is #9A78DF. Grayscale: #717171. Windows color (decimal): -10123488 or 2131813. OLE color: 2131813.
HSL color Cylindrical-coordinate representation of color #658720: hue angle of 79.81º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #658720 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 32 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.47 |
| HSL | 79.81º | 0.62% | 0.33% | - |
| HSV(B) | 79.81º | 0.76% | 0.53% | - |
| XYZ | 14.29 | 20.2 | 4.51 | - |
| YUV | 113.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 32 | 0.25 | 0 | 0.76 | 0.47 | 79.81 | 0.62 | 0.33 |
| Hex | 65 | 87 | 20 | 19 | 0 | 4C | 2F | 50 | 3E | 21 |
| Octal | 145 | 207 | 40 | 31 | 0 | 114 | 57 | 120 | 76 | 41 |
| Binary | 1100101 | 10000111 | 100000 | 11001 | 0 | 1001100 | 101111 | 1010000 | 111110 | 100001 |
Color Harmonies of #658720
Complementary color
Monochromatic Colors of #658720
Black with #658720
Text Example
Text Example
White with #658720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658720; }
p { color: rgb(101,135,32); }
H1.HeaderClassName
{
color: #658720;
}
.AnyTagClassName
{
color: #658720;
}
</style>
background-color css
<style>
a { background-color: #658720; }
a { background-color: rgb(101,135,32); }
div.DivClassName
{
background-color: #658720;
}
.BgClassName
{
background-color: #658720;
}
</style>
border-color css
<style>
span { border-color: #658720; }
span { border-color: rgb(101,135,32); }
td.TdClassName
{
border-color: #658720;
}
.TagClassName
{
border-color: #658720;
}
</style>