Shades of Olive Drab #658133
Tints of Olive Drab #658133
RGB
CMYK
RGB Variations
Color information
#658133 (or 0x658133) is known color: Olive Drab. HEX triplet: 65, 81 and 33. RGB value is (101,129,51). Sum of RGB (Red+Green+Blue) = 101+129+51=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #658133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658133 is #9A7ECC. Grayscale: #707070. Windows color (decimal): -10125005 or 3375461. OLE color: 3375461.
HSL color Cylindrical-coordinate representation of color #658133: hue angle of 81.54º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658133 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 51 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.49 |
| HSL | 81.54º | 0.43% | 0.35% | - |
| HSV(B) | 81.54º | 0.6% | 0.51% | - |
| XYZ | 13.81 | 18.71 | 6.01 | - |
| YUV | 111.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 51 | 0.22 | 0 | 0.60 | 0.49 | 81.54 | 0.43 | 0.35 |
| Hex | 65 | 81 | 33 | 16 | 0 | 3C | 31 | 52 | 2B | 23 |
| Octal | 145 | 201 | 63 | 26 | 0 | 74 | 61 | 122 | 53 | 43 |
| Binary | 1100101 | 10000001 | 110011 | 10110 | 0 | 111100 | 110001 | 1010010 | 101011 | 100011 |
Color Harmonies of #658133
Complementary color
Monochromatic Colors of #658133
Black with #658133
Text Example
Text Example
White with #658133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658133; }
p { color: rgb(101,129,51); }
H1.HeaderClassName
{
color: #658133;
}
.AnyTagClassName
{
color: #658133;
}
</style>
background-color css
<style>
a { background-color: #658133; }
a { background-color: rgb(101,129,51); }
div.DivClassName
{
background-color: #658133;
}
.BgClassName
{
background-color: #658133;
}
</style>
border-color css
<style>
span { border-color: #658133; }
span { border-color: rgb(101,129,51); }
td.TdClassName
{
border-color: #658133;
}
.TagClassName
{
border-color: #658133;
}
</style>