Shades of Olive Drab #748B24
Tints of Olive Drab #748B24
RGB
CMYK
RGB Variations
Color information
#748B24 (or 0x748B24) is known color: Olive Drab. HEX triplet: 74, 8B and 24. RGB value is (116,139,36). Sum of RGB (Red+Green+Blue) = 116+139+36=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #748B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B24 is #8B74DB. Grayscale: #787878. Windows color (decimal): -9139420 or 2394996. OLE color: 2394996.
HSL color Cylindrical-coordinate representation of color #748B24: hue angle of 73.4º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #748B24 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 36 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.45 |
| HSL | 73.4º | 0.59% | 0.34% | - |
| HSV(B) | 73.4º | 0.74% | 0.55% | - |
| XYZ | 16.75 | 22.31 | 5.09 | - |
| YUV | 120.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 36 | 0.17 | 0 | 0.74 | 0.45 | 73.4 | 0.59 | 0.34 |
| Hex | 74 | 8B | 24 | 11 | 0 | 4A | 2D | 49 | 3B | 22 |
| Octal | 164 | 213 | 44 | 21 | 0 | 112 | 55 | 111 | 73 | 42 |
| Binary | 1110100 | 10001011 | 100100 | 10001 | 0 | 1001010 | 101101 | 1001001 | 111011 | 100010 |
Color Harmonies of #748B24
Complementary color
Monochromatic Colors of #748B24
Black with #748B24
Text Example
Text Example
White with #748B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B24; }
p { color: rgb(116,139,36); }
H1.HeaderClassName
{
color: #748B24;
}
.AnyTagClassName
{
color: #748B24;
}
</style>
background-color css
<style>
a { background-color: #748B24; }
a { background-color: rgb(116,139,36); }
div.DivClassName
{
background-color: #748B24;
}
.BgClassName
{
background-color: #748B24;
}
</style>
border-color css
<style>
span { border-color: #748B24; }
span { border-color: rgb(116,139,36); }
td.TdClassName
{
border-color: #748B24;
}
.TagClassName
{
border-color: #748B24;
}
</style>