Shades of Olive Drab #749822
Tints of Olive Drab #749822
RGB
CMYK
RGB Variations
Color information
#749822 (or 0x749822) is known color: Olive Drab. HEX triplet: 74, 98 and 22. RGB value is (116,152,34). Sum of RGB (Red+Green+Blue) = 116+152+34=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #749822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749822 is #8B67DD. Grayscale: #808080. Windows color (decimal): -9136094 or 2267252. OLE color: 2267252.
HSL color Cylindrical-coordinate representation of color #749822: hue angle of 78.31º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #749822 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 34 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.40 |
| HSL | 78.31º | 0.63% | 0.36% | - |
| HSV(B) | 78.31º | 0.78% | 0.6% | - |
| XYZ | 18.72 | 26.28 | 5.6 | - |
| YUV | 127.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 34 | 0.24 | 0 | 0.78 | 0.40 | 78.31 | 0.63 | 0.36 |
| Hex | 74 | 98 | 22 | 18 | 0 | 4E | 28 | 4E | 3F | 24 |
| Octal | 164 | 230 | 42 | 30 | 0 | 116 | 50 | 116 | 77 | 44 |
| Binary | 1110100 | 10011000 | 100010 | 11000 | 0 | 1001110 | 101000 | 1001110 | 111111 | 100100 |
Color Harmonies of #749822
Complementary color
Monochromatic Colors of #749822
Black with #749822
Text Example
Text Example
White with #749822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749822; }
p { color: rgb(116,152,34); }
H1.HeaderClassName
{
color: #749822;
}
.AnyTagClassName
{
color: #749822;
}
</style>
background-color css
<style>
a { background-color: #749822; }
a { background-color: rgb(116,152,34); }
div.DivClassName
{
background-color: #749822;
}
.BgClassName
{
background-color: #749822;
}
</style>
border-color css
<style>
span { border-color: #749822; }
span { border-color: rgb(116,152,34); }
td.TdClassName
{
border-color: #749822;
}
.TagClassName
{
border-color: #749822;
}
</style>