Shades of Olive Drab #658028
Tints of Olive Drab #658028
RGB
CMYK
RGB Variations
Color information
#658028 (or 0x658028) is known color: Olive Drab. HEX triplet: 65, 80 and 28. RGB value is (101,128,40). Sum of RGB (Red+Green+Blue) = 101+128+40=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #658028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658028 is #9A7FD7. Grayscale: #6E6E6E. Windows color (decimal): -10125272 or 2654309. OLE color: 2654309.
HSL color Cylindrical-coordinate representation of color #658028: hue angle of 78.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #658028 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 40 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.50 |
| HSL | 78.41º | 0.52% | 0.33% | - |
| HSV(B) | 78.41º | 0.69% | 0.5% | - |
| XYZ | 13.47 | 18.36 | 4.84 | - |
| YUV | 109.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 40 | 0.21 | 0 | 0.69 | 0.50 | 78.41 | 0.52 | 0.33 |
| Hex | 65 | 80 | 28 | 15 | 0 | 45 | 32 | 4E | 34 | 21 |
| Octal | 145 | 200 | 50 | 25 | 0 | 105 | 62 | 116 | 64 | 41 |
| Binary | 1100101 | 10000000 | 101000 | 10101 | 0 | 1000101 | 110010 | 1001110 | 110100 | 100001 |
Color Harmonies of #658028
Complementary color
Monochromatic Colors of #658028
Black with #658028
Text Example
Text Example
White with #658028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658028; }
p { color: rgb(101,128,40); }
H1.HeaderClassName
{
color: #658028;
}
.AnyTagClassName
{
color: #658028;
}
</style>
background-color css
<style>
a { background-color: #658028; }
a { background-color: rgb(101,128,40); }
div.DivClassName
{
background-color: #658028;
}
.BgClassName
{
background-color: #658028;
}
</style>
border-color css
<style>
span { border-color: #658028; }
span { border-color: rgb(101,128,40); }
td.TdClassName
{
border-color: #658028;
}
.TagClassName
{
border-color: #658028;
}
</style>