Shades of Olive Drab #658231
Tints of Olive Drab #658231
RGB
CMYK
RGB Variations
Color information
#658231 (or 0x658231) is known color: Olive Drab. HEX triplet: 65, 82 and 31. RGB value is (101,130,49). Sum of RGB (Red+Green+Blue) = 101+130+49=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #658231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658231 is #9A7DCE. Grayscale: #707070. Windows color (decimal): -10124751 or 3244645. OLE color: 3244645.
HSL color Cylindrical-coordinate representation of color #658231: hue angle of 81.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #658231 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 49 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.49 |
| HSL | 81.48º | 0.45% | 0.35% | - |
| HSV(B) | 81.48º | 0.62% | 0.51% | - |
| XYZ | 13.9 | 18.95 | 5.83 | - |
| YUV | 112.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 49 | 0.22 | 0 | 0.62 | 0.49 | 81.48 | 0.45 | 0.35 |
| Hex | 65 | 82 | 31 | 16 | 0 | 3E | 31 | 51 | 2D | 23 |
| Octal | 145 | 202 | 61 | 26 | 0 | 76 | 61 | 121 | 55 | 43 |
| Binary | 1100101 | 10000010 | 110001 | 10110 | 0 | 111110 | 110001 | 1010001 | 101101 | 100011 |
Color Harmonies of #658231
Complementary color
Monochromatic Colors of #658231
Black with #658231
Text Example
Text Example
White with #658231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658231; }
p { color: rgb(101,130,49); }
H1.HeaderClassName
{
color: #658231;
}
.AnyTagClassName
{
color: #658231;
}
</style>
background-color css
<style>
a { background-color: #658231; }
a { background-color: rgb(101,130,49); }
div.DivClassName
{
background-color: #658231;
}
.BgClassName
{
background-color: #658231;
}
</style>
border-color css
<style>
span { border-color: #658231; }
span { border-color: rgb(101,130,49); }
td.TdClassName
{
border-color: #658231;
}
.TagClassName
{
border-color: #658231;
}
</style>