Shades of Olive Drab #738720
Tints of Olive Drab #738720
RGB
CMYK
RGB Variations
Color information
#738720 (or 0x738720) is known color: Olive Drab. HEX triplet: 73, 87 and 20. RGB value is (115,135,32). Sum of RGB (Red+Green+Blue) = 115+135+32=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #738720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738720 is #8C78DF. Grayscale: #757575. Windows color (decimal): -9205984 or 2131827. OLE color: 2131827.
HSL color Cylindrical-coordinate representation of color #738720: hue angle of 71.65º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #738720 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 135 | 32 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.47 |
| HSL | 71.65º | 0.62% | 0.33% | - |
| HSV(B) | 71.65º | 0.76% | 0.53% | - |
| XYZ | 15.99 | 21.08 | 4.59 | - |
| YUV | 117.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 32 | 0.15 | 0 | 0.76 | 0.47 | 71.65 | 0.62 | 0.33 |
| Hex | 73 | 87 | 20 | F | 0 | 4C | 2F | 48 | 3E | 21 |
| Octal | 163 | 207 | 40 | 17 | 0 | 114 | 57 | 110 | 76 | 41 |
| Binary | 1110011 | 10000111 | 100000 | 1111 | 0 | 1001100 | 101111 | 1001000 | 111110 | 100001 |
Color Harmonies of #738720
Complementary color
Monochromatic Colors of #738720
Black with #738720
Text Example
Text Example
White with #738720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738720; }
p { color: rgb(115,135,32); }
H1.HeaderClassName
{
color: #738720;
}
.AnyTagClassName
{
color: #738720;
}
</style>
background-color css
<style>
a { background-color: #738720; }
a { background-color: rgb(115,135,32); }
div.DivClassName
{
background-color: #738720;
}
.BgClassName
{
background-color: #738720;
}
</style>
border-color css
<style>
span { border-color: #738720; }
span { border-color: rgb(115,135,32); }
td.TdClassName
{
border-color: #738720;
}
.TagClassName
{
border-color: #738720;
}
</style>