Shades of Olive Drab #748D0F
Tints of Olive Drab #748D0F
RGB
CMYK
RGB Variations
Color information
#748D0F (or 0x748D0F) is known color: Olive Drab. HEX triplet: 74, 8D and 0F. RGB value is (116,141,15). Sum of RGB (Red+Green+Blue) = 116+141+15=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #748D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748D0F is #8B72F0. Grayscale: #777777. Windows color (decimal): -9138929 or 1019252. OLE color: 1019252.
HSL color Cylindrical-coordinate representation of color #748D0F: hue angle of 71.9º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #748D0F is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 15 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.45 |
| HSL | 71.9º | 0.81% | 0.31% | - |
| HSV(B) | 71.9º | 0.89% | 0.55% | - |
| XYZ | 16.81 | 22.8 | 3.97 | - |
| YUV | 119.16 | 69.22 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 15 | 0.18 | 0 | 0.89 | 0.45 | 71.9 | 0.81 | 0.31 |
| Hex | 74 | 8D | F | 12 | 0 | 59 | 2D | 48 | 51 | 1F |
| Octal | 164 | 215 | 17 | 22 | 0 | 131 | 55 | 110 | 121 | 37 |
| Binary | 1110100 | 10001101 | 1111 | 10010 | 0 | 1011001 | 101101 | 1001000 | 1010001 | 11111 |
Color Harmonies of #748D0F
Complementary color
Monochromatic Colors of #748D0F
Black with #748D0F
Text Example
Text Example
White with #748D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D0F; }
p { color: rgb(116,141,15); }
H1.HeaderClassName
{
color: #748D0F;
}
.AnyTagClassName
{
color: #748D0F;
}
</style>
background-color css
<style>
a { background-color: #748D0F; }
a { background-color: rgb(116,141,15); }
div.DivClassName
{
background-color: #748D0F;
}
.BgClassName
{
background-color: #748D0F;
}
</style>
border-color css
<style>
span { border-color: #748D0F; }
span { border-color: rgb(116,141,15); }
td.TdClassName
{
border-color: #748D0F;
}
.TagClassName
{
border-color: #748D0F;
}
</style>