Shades of Olive Drab #658029
Tints of Olive Drab #658029
RGB
CMYK
RGB Variations
Color information
#658029 (or 0x658029) is known color: Olive Drab. HEX triplet: 65, 80 and 29. RGB value is (101,128,41). Sum of RGB (Red+Green+Blue) = 101+128+41=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #658029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658029 is #9A7FD6. Grayscale: #6E6E6E. Windows color (decimal): -10125271 or 2719845. OLE color: 2719845.
HSL color Cylindrical-coordinate representation of color #658029: hue angle of 78.62º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #658029 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 41 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.50 |
| HSL | 78.62º | 0.51% | 0.33% | - |
| HSV(B) | 78.62º | 0.68% | 0.5% | - |
| XYZ | 13.49 | 18.37 | 4.93 | - |
| YUV | 110.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 41 | 0.21 | 0 | 0.68 | 0.50 | 78.62 | 0.51 | 0.33 |
| Hex | 65 | 80 | 29 | 15 | 0 | 44 | 32 | 4F | 33 | 21 |
| Octal | 145 | 200 | 51 | 25 | 0 | 104 | 62 | 117 | 63 | 41 |
| Binary | 1100101 | 10000000 | 101001 | 10101 | 0 | 1000100 | 110010 | 1001111 | 110011 | 100001 |
Color Harmonies of #658029
Complementary color
Monochromatic Colors of #658029
Black with #658029
Text Example
Text Example
White with #658029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658029; }
p { color: rgb(101,128,41); }
H1.HeaderClassName
{
color: #658029;
}
.AnyTagClassName
{
color: #658029;
}
</style>
background-color css
<style>
a { background-color: #658029; }
a { background-color: rgb(101,128,41); }
div.DivClassName
{
background-color: #658029;
}
.BgClassName
{
background-color: #658029;
}
</style>
border-color css
<style>
span { border-color: #658029; }
span { border-color: rgb(101,128,41); }
td.TdClassName
{
border-color: #658029;
}
.TagClassName
{
border-color: #658029;
}
</style>