Shades of Olive Drab #738F24
Tints of Olive Drab #738F24
RGB
CMYK
RGB Variations
Color information
#738F24 (or 0x738F24) is known color: Olive Drab. HEX triplet: 73, 8F and 24. RGB value is (115,143,36). Sum of RGB (Red+Green+Blue) = 115+143+36=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #738F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738F24 is #8C70DB. Grayscale: #7A7A7A. Windows color (decimal): -9203932 or 2396019. OLE color: 2396019.
HSL color Cylindrical-coordinate representation of color #738F24: hue angle of 75.7º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #738F24 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 36 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.44 |
| HSL | 75.7º | 0.6% | 0.35% | - |
| HSV(B) | 75.7º | 0.75% | 0.56% | - |
| XYZ | 17.21 | 23.42 | 5.28 | - |
| YUV | 122.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 36 | 0.20 | 0 | 0.75 | 0.44 | 75.7 | 0.6 | 0.35 |
| Hex | 73 | 8F | 24 | 14 | 0 | 4B | 2C | 4C | 3C | 23 |
| Octal | 163 | 217 | 44 | 24 | 0 | 113 | 54 | 114 | 74 | 43 |
| Binary | 1110011 | 10001111 | 100100 | 10100 | 0 | 1001011 | 101100 | 1001100 | 111100 | 100011 |
Color Harmonies of #738F24
Complementary color
Monochromatic Colors of #738F24
Black with #738F24
Text Example
Text Example
White with #738F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F24; }
p { color: rgb(115,143,36); }
H1.HeaderClassName
{
color: #738F24;
}
.AnyTagClassName
{
color: #738F24;
}
</style>
background-color css
<style>
a { background-color: #738F24; }
a { background-color: rgb(115,143,36); }
div.DivClassName
{
background-color: #738F24;
}
.BgClassName
{
background-color: #738F24;
}
</style>
border-color css
<style>
span { border-color: #738F24; }
span { border-color: rgb(115,143,36); }
td.TdClassName
{
border-color: #738F24;
}
.TagClassName
{
border-color: #738F24;
}
</style>