Shades of Olive Drab #748B12
Tints of Olive Drab #748B12
RGB
CMYK
RGB Variations
Color information
#748B12 (or 0x748B12) is known color: Olive Drab. HEX triplet: 74, 8B and 12. RGB value is (116,139,18). Sum of RGB (Red+Green+Blue) = 116+139+18=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #748B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748B12 is #8B74ED. Grayscale: #767676. Windows color (decimal): -9139438 or 1215348. OLE color: 1215348.
HSL color Cylindrical-coordinate representation of color #748B12: hue angle of 71.4º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #748B12 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 18 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.45 |
| HSL | 71.4º | 0.77% | 0.31% | - |
| HSV(B) | 71.4º | 0.87% | 0.55% | - |
| XYZ | 16.54 | 22.22 | 3.99 | - |
| YUV | 118.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 18 | 0.17 | 0 | 0.87 | 0.45 | 71.4 | 0.77 | 0.31 |
| Hex | 74 | 8B | 12 | 11 | 0 | 57 | 2D | 47 | 4D | 1F |
| Octal | 164 | 213 | 22 | 21 | 0 | 127 | 55 | 107 | 115 | 37 |
| Binary | 1110100 | 10001011 | 10010 | 10001 | 0 | 1010111 | 101101 | 1000111 | 1001101 | 11111 |
Color Harmonies of #748B12
Complementary color
Monochromatic Colors of #748B12
Black with #748B12
Text Example
Text Example
White with #748B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B12; }
p { color: rgb(116,139,18); }
H1.HeaderClassName
{
color: #748B12;
}
.AnyTagClassName
{
color: #748B12;
}
</style>
background-color css
<style>
a { background-color: #748B12; }
a { background-color: rgb(116,139,18); }
div.DivClassName
{
background-color: #748B12;
}
.BgClassName
{
background-color: #748B12;
}
</style>
border-color css
<style>
span { border-color: #748B12; }
span { border-color: rgb(116,139,18); }
td.TdClassName
{
border-color: #748B12;
}
.TagClassName
{
border-color: #748B12;
}
</style>