Shades of Olive Drab #738533
Tints of Olive Drab #738533
RGB
CMYK
RGB Variations
Color information
#738533 (or 0x738533) is known color: Olive Drab. HEX triplet: 73, 85 and 33. RGB value is (115,133,51). Sum of RGB (Red+Green+Blue) = 115+133+51=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #738533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738533 is #8C7ACC. Grayscale: #767676. Windows color (decimal): -9206477 or 3376499. OLE color: 3376499.
HSL color Cylindrical-coordinate representation of color #738533: hue angle of 73.17º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #738533 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 51 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.48 |
| HSL | 73.17º | 0.45% | 0.36% | - |
| HSV(B) | 73.17º | 0.62% | 0.52% | - |
| XYZ | 16.06 | 20.66 | 6.27 | - |
| YUV | 118.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 51 | 0.14 | 0 | 0.62 | 0.48 | 73.17 | 0.45 | 0.36 |
| Hex | 73 | 85 | 33 | E | 0 | 3E | 30 | 49 | 2D | 24 |
| Octal | 163 | 205 | 63 | 16 | 0 | 76 | 60 | 111 | 55 | 44 |
| Binary | 1110011 | 10000101 | 110011 | 1110 | 0 | 111110 | 110000 | 1001001 | 101101 | 100100 |
Color Harmonies of #738533
Complementary color
Monochromatic Colors of #738533
Black with #738533
Text Example
Text Example
White with #738533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738533; }
p { color: rgb(115,133,51); }
H1.HeaderClassName
{
color: #738533;
}
.AnyTagClassName
{
color: #738533;
}
</style>
background-color css
<style>
a { background-color: #738533; }
a { background-color: rgb(115,133,51); }
div.DivClassName
{
background-color: #738533;
}
.BgClassName
{
background-color: #738533;
}
</style>
border-color css
<style>
span { border-color: #738533; }
span { border-color: rgb(115,133,51); }
td.TdClassName
{
border-color: #738533;
}
.TagClassName
{
border-color: #738533;
}
</style>