Shades of Olive Drab #748F0F
Tints of Olive Drab #748F0F
RGB
CMYK
RGB Variations
Color information
#748F0F (or 0x748F0F) is known color: Olive Drab. HEX triplet: 74, 8F and 0F. RGB value is (116,143,15). Sum of RGB (Red+Green+Blue) = 116+143+15=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #748F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748F0F is #8B70F0. Grayscale: #787878. Windows color (decimal): -9138417 or 1019764. OLE color: 1019764.
HSL color Cylindrical-coordinate representation of color #748F0F: hue angle of 72.66º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #748F0F is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 15 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.44 |
| HSL | 72.66º | 0.81% | 0.31% | - |
| HSV(B) | 72.66º | 0.9% | 0.56% | - |
| XYZ | 17.11 | 23.39 | 4.07 | - |
| YUV | 120.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 15 | 0.19 | 0 | 0.90 | 0.44 | 72.66 | 0.81 | 0.31 |
| Hex | 74 | 8F | F | 13 | 0 | 5A | 2C | 49 | 51 | 1F |
| Octal | 164 | 217 | 17 | 23 | 0 | 132 | 54 | 111 | 121 | 37 |
| Binary | 1110100 | 10001111 | 1111 | 10011 | 0 | 1011010 | 101100 | 1001001 | 1010001 | 11111 |
Color Harmonies of #748F0F
Complementary color
Monochromatic Colors of #748F0F
Black with #748F0F
Text Example
Text Example
White with #748F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F0F; }
p { color: rgb(116,143,15); }
H1.HeaderClassName
{
color: #748F0F;
}
.AnyTagClassName
{
color: #748F0F;
}
</style>
background-color css
<style>
a { background-color: #748F0F; }
a { background-color: rgb(116,143,15); }
div.DivClassName
{
background-color: #748F0F;
}
.BgClassName
{
background-color: #748F0F;
}
</style>
border-color css
<style>
span { border-color: #748F0F; }
span { border-color: rgb(116,143,15); }
td.TdClassName
{
border-color: #748F0F;
}
.TagClassName
{
border-color: #748F0F;
}
</style>