Shades of Olive Drab #759018
Tints of Olive Drab #759018
RGB
CMYK
RGB Variations
Color information
#759018 (or 0x759018) is known color: Olive Drab. HEX triplet: 75, 90 and 18. RGB value is (117,144,24). Sum of RGB (Red+Green+Blue) = 117+144+24=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #759018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759018 is #8A6FE7. Grayscale: #7A7A7A. Windows color (decimal): -9072616 or 1609845. OLE color: 1609845.
HSL color Cylindrical-coordinate representation of color #759018: hue angle of 73.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #759018 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 144 | 24 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.44 |
| HSL | 73.5º | 0.71% | 0.33% | - |
| HSV(B) | 73.5º | 0.83% | 0.56% | - |
| XYZ | 17.47 | 23.79 | 4.54 | - |
| YUV | 122.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 24 | 0.19 | 0 | 0.83 | 0.44 | 73.5 | 0.71 | 0.33 |
| Hex | 75 | 90 | 18 | 13 | 0 | 53 | 2C | 4A | 47 | 21 |
| Octal | 165 | 220 | 30 | 23 | 0 | 123 | 54 | 112 | 107 | 41 |
| Binary | 1110101 | 10010000 | 11000 | 10011 | 0 | 1010011 | 101100 | 1001010 | 1000111 | 100001 |
Color Harmonies of #759018
Complementary color
Monochromatic Colors of #759018
Black with #759018
Text Example
Text Example
White with #759018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759018; }
p { color: rgb(117,144,24); }
H1.HeaderClassName
{
color: #759018;
}
.AnyTagClassName
{
color: #759018;
}
</style>
background-color css
<style>
a { background-color: #759018; }
a { background-color: rgb(117,144,24); }
div.DivClassName
{
background-color: #759018;
}
.BgClassName
{
background-color: #759018;
}
</style>
border-color css
<style>
span { border-color: #759018; }
span { border-color: rgb(117,144,24); }
td.TdClassName
{
border-color: #759018;
}
.TagClassName
{
border-color: #759018;
}
</style>