Shades of Olive Drab #658431
Tints of Olive Drab #658431
RGB
CMYK
RGB Variations
Color information
#658431 (or 0x658431) is known color: Olive Drab. HEX triplet: 65, 84 and 31. RGB value is (101,132,49). Sum of RGB (Red+Green+Blue) = 101+132+49=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #658431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658431 is #9A7BCE. Grayscale: #717171. Windows color (decimal): -10124239 or 3245157. OLE color: 3245157.
HSL color Cylindrical-coordinate representation of color #658431: hue angle of 82.41º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #658431 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 49 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.48 |
| HSL | 82.41º | 0.46% | 0.35% | - |
| HSV(B) | 82.41º | 0.63% | 0.52% | - |
| XYZ | 14.17 | 19.49 | 5.92 | - |
| YUV | 113.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 49 | 0.23 | 0 | 0.63 | 0.48 | 82.41 | 0.46 | 0.35 |
| Hex | 65 | 84 | 31 | 17 | 0 | 3F | 30 | 52 | 2E | 23 |
| Octal | 145 | 204 | 61 | 27 | 0 | 77 | 60 | 122 | 56 | 43 |
| Binary | 1100101 | 10000100 | 110001 | 10111 | 0 | 111111 | 110000 | 1010010 | 101110 | 100011 |
Color Harmonies of #658431
Complementary color
Monochromatic Colors of #658431
Black with #658431
Text Example
Text Example
White with #658431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658431; }
p { color: rgb(101,132,49); }
H1.HeaderClassName
{
color: #658431;
}
.AnyTagClassName
{
color: #658431;
}
</style>
background-color css
<style>
a { background-color: #658431; }
a { background-color: rgb(101,132,49); }
div.DivClassName
{
background-color: #658431;
}
.BgClassName
{
background-color: #658431;
}
</style>
border-color css
<style>
span { border-color: #658431; }
span { border-color: rgb(101,132,49); }
td.TdClassName
{
border-color: #658431;
}
.TagClassName
{
border-color: #658431;
}
</style>