Shades of Olive Drab #748E17
Tints of Olive Drab #748E17
RGB
CMYK
RGB Variations
Color information
#748E17 (or 0x748E17) is known color: Olive Drab. HEX triplet: 74, 8E and 17. RGB value is (116,142,23). Sum of RGB (Red+Green+Blue) = 116+142+23=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #748E17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748E17 is #8B71E8. Grayscale: #797979. Windows color (decimal): -9138665 or 1543796. OLE color: 1543796.
HSL color Cylindrical-coordinate representation of color #748E17: hue angle of 73.11º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #748E17 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 23 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.44 |
| HSL | 73.11º | 0.72% | 0.32% | - |
| HSV(B) | 73.11º | 0.84% | 0.56% | - |
| XYZ | 17.03 | 23.12 | 4.38 | - |
| YUV | 120.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 23 | 0.18 | 0 | 0.84 | 0.44 | 73.11 | 0.72 | 0.32 |
| Hex | 74 | 8E | 17 | 12 | 0 | 54 | 2C | 49 | 48 | 20 |
| Octal | 164 | 216 | 27 | 22 | 0 | 124 | 54 | 111 | 110 | 40 |
| Binary | 1110100 | 10001110 | 10111 | 10010 | 0 | 1010100 | 101100 | 1001001 | 1001000 | 100000 |
Color Harmonies of #748E17
Complementary color
Monochromatic Colors of #748E17
Black with #748E17
Text Example
Text Example
White with #748E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E17; }
p { color: rgb(116,142,23); }
H1.HeaderClassName
{
color: #748E17;
}
.AnyTagClassName
{
color: #748E17;
}
</style>
background-color css
<style>
a { background-color: #748E17; }
a { background-color: rgb(116,142,23); }
div.DivClassName
{
background-color: #748E17;
}
.BgClassName
{
background-color: #748E17;
}
</style>
border-color css
<style>
span { border-color: #748E17; }
span { border-color: rgb(116,142,23); }
td.TdClassName
{
border-color: #748E17;
}
.TagClassName
{
border-color: #748E17;
}
</style>