Shades of Olive Drab #739218
Tints of Olive Drab #739218
RGB
CMYK
RGB Variations
Color information
#739218 (or 0x739218) is known color: Olive Drab. HEX triplet: 73, 92 and 18. RGB value is (115,146,24). Sum of RGB (Red+Green+Blue) = 115+146+24=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #739218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739218 is #8C6DE7. Grayscale: #7B7B7B. Windows color (decimal): -9203176 or 1610355. OLE color: 1610355.
HSL color Cylindrical-coordinate representation of color #739218: hue angle of 75.25º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #739218 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 146 | 24 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.43 |
| HSL | 75.25º | 0.72% | 0.33% | - |
| HSV(B) | 75.25º | 0.84% | 0.57% | - |
| XYZ | 17.51 | 24.27 | 4.63 | - |
| YUV | 122.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 24 | 0.21 | 0 | 0.84 | 0.43 | 75.25 | 0.72 | 0.33 |
| Hex | 73 | 92 | 18 | 15 | 0 | 54 | 2B | 4B | 48 | 21 |
| Octal | 163 | 222 | 30 | 25 | 0 | 124 | 53 | 113 | 110 | 41 |
| Binary | 1110011 | 10010010 | 11000 | 10101 | 0 | 1010100 | 101011 | 1001011 | 1001000 | 100001 |
Color Harmonies of #739218
Complementary color
Monochromatic Colors of #739218
Black with #739218
Text Example
Text Example
White with #739218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739218; }
p { color: rgb(115,146,24); }
H1.HeaderClassName
{
color: #739218;
}
.AnyTagClassName
{
color: #739218;
}
</style>
background-color css
<style>
a { background-color: #739218; }
a { background-color: rgb(115,146,24); }
div.DivClassName
{
background-color: #739218;
}
.BgClassName
{
background-color: #739218;
}
</style>
border-color css
<style>
span { border-color: #739218; }
span { border-color: rgb(115,146,24); }
td.TdClassName
{
border-color: #739218;
}
.TagClassName
{
border-color: #739218;
}
</style>