Shades of Olive Drab #749418
Tints of Olive Drab #749418
RGB
CMYK
RGB Variations
Color information
#749418 (or 0x749418) is known color: Olive Drab. HEX triplet: 74, 94 and 18. RGB value is (116,148,24). Sum of RGB (Red+Green+Blue) = 116+148+24=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #749418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749418 is #8B6BE7. Grayscale: #7C7C7C. Windows color (decimal): -9137128 or 1610868. OLE color: 1610868.
HSL color Cylindrical-coordinate representation of color #749418: hue angle of 75.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #749418 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 24 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.42 |
| HSL | 75.48º | 0.72% | 0.34% | - |
| HSV(B) | 75.48º | 0.84% | 0.58% | - |
| XYZ | 17.96 | 24.96 | 4.74 | - |
| YUV | 124.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 24 | 0.22 | 0 | 0.84 | 0.42 | 75.48 | 0.72 | 0.34 |
| Hex | 74 | 94 | 18 | 16 | 0 | 54 | 2A | 4B | 48 | 22 |
| Octal | 164 | 224 | 30 | 26 | 0 | 124 | 52 | 113 | 110 | 42 |
| Binary | 1110100 | 10010100 | 11000 | 10110 | 0 | 1010100 | 101010 | 1001011 | 1001000 | 100010 |
Color Harmonies of #749418
Complementary color
Monochromatic Colors of #749418
Black with #749418
Text Example
Text Example
White with #749418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749418; }
p { color: rgb(116,148,24); }
H1.HeaderClassName
{
color: #749418;
}
.AnyTagClassName
{
color: #749418;
}
</style>
background-color css
<style>
a { background-color: #749418; }
a { background-color: rgb(116,148,24); }
div.DivClassName
{
background-color: #749418;
}
.BgClassName
{
background-color: #749418;
}
</style>
border-color css
<style>
span { border-color: #749418; }
span { border-color: rgb(116,148,24); }
td.TdClassName
{
border-color: #749418;
}
.TagClassName
{
border-color: #749418;
}
</style>