Shades of Olive Drab #749A1D
Tints of Olive Drab #749A1D
RGB
CMYK
RGB Variations
Color information
#749A1D (or 0x749A1D) is known color: Olive Drab. HEX triplet: 74, 9A and 1D. RGB value is (116,154,29). Sum of RGB (Red+Green+Blue) = 116+154+29=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #749A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A1D is #8B65E2. Grayscale: #808080. Windows color (decimal): -9135587 or 1940084. OLE color: 1940084.
HSL color Cylindrical-coordinate representation of color #749A1D: hue angle of 78.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #749A1D is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 29 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.40 |
| HSL | 78.24º | 0.68% | 0.36% | - |
| HSV(B) | 78.24º | 0.81% | 0.6% | - |
| XYZ | 18.98 | 26.91 | 5.36 | - |
| YUV | 128.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 29 | 0.25 | 0 | 0.81 | 0.40 | 78.24 | 0.68 | 0.36 |
| Hex | 74 | 9A | 1D | 19 | 0 | 51 | 28 | 4E | 44 | 24 |
| Octal | 164 | 232 | 35 | 31 | 0 | 121 | 50 | 116 | 104 | 44 |
| Binary | 1110100 | 10011010 | 11101 | 11001 | 0 | 1010001 | 101000 | 1001110 | 1000100 | 100100 |
Color Harmonies of #749A1D
Complementary color
Monochromatic Colors of #749A1D
Black with #749A1D
Text Example
Text Example
White with #749A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A1D; }
p { color: rgb(116,154,29); }
H1.HeaderClassName
{
color: #749A1D;
}
.AnyTagClassName
{
color: #749A1D;
}
</style>
background-color css
<style>
a { background-color: #749A1D; }
a { background-color: rgb(116,154,29); }
div.DivClassName
{
background-color: #749A1D;
}
.BgClassName
{
background-color: #749A1D;
}
</style>
border-color css
<style>
span { border-color: #749A1D; }
span { border-color: rgb(116,154,29); }
td.TdClassName
{
border-color: #749A1D;
}
.TagClassName
{
border-color: #749A1D;
}
</style>