Shades of Olive Drab #658428
Tints of Olive Drab #658428
RGB
CMYK
RGB Variations
Color information
#658428 (or 0x658428) is known color: Olive Drab. HEX triplet: 65, 84 and 28. RGB value is (101,132,40). Sum of RGB (Red+Green+Blue) = 101+132+40=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #658428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658428 is #9A7BD7. Grayscale: #707070. Windows color (decimal): -10124248 or 2655333. OLE color: 2655333.
HSL color Cylindrical-coordinate representation of color #658428: hue angle of 80.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #658428 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 40 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.48 |
| HSL | 80.22º | 0.53% | 0.34% | - |
| HSV(B) | 80.22º | 0.7% | 0.52% | - |
| XYZ | 14 | 19.42 | 5.02 | - |
| YUV | 112.24 | 87.23 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 40 | 0.23 | 0 | 0.70 | 0.48 | 80.22 | 0.53 | 0.34 |
| Hex | 65 | 84 | 28 | 17 | 0 | 46 | 30 | 50 | 35 | 22 |
| Octal | 145 | 204 | 50 | 27 | 0 | 106 | 60 | 120 | 65 | 42 |
| Binary | 1100101 | 10000100 | 101000 | 10111 | 0 | 1000110 | 110000 | 1010000 | 110101 | 100010 |
Color Harmonies of #658428
Complementary color
Monochromatic Colors of #658428
Black with #658428
Text Example
Text Example
White with #658428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658428; }
p { color: rgb(101,132,40); }
H1.HeaderClassName
{
color: #658428;
}
.AnyTagClassName
{
color: #658428;
}
</style>
background-color css
<style>
a { background-color: #658428; }
a { background-color: rgb(101,132,40); }
div.DivClassName
{
background-color: #658428;
}
.BgClassName
{
background-color: #658428;
}
</style>
border-color css
<style>
span { border-color: #658428; }
span { border-color: rgb(101,132,40); }
td.TdClassName
{
border-color: #658428;
}
.TagClassName
{
border-color: #658428;
}
</style>