Shades of Olive Drab #799412
Tints of Olive Drab #799412
RGB
CMYK
RGB Variations
Color information
#799412 (or 0x799412) is known color: Olive Drab. HEX triplet: 79, 94 and 12. RGB value is (121,148,18). Sum of RGB (Red+Green+Blue) = 121+148+18=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #799412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799412 is #866BED. Grayscale: #7D7D7D. Windows color (decimal): -8809454 or 1217657. OLE color: 1217657.
HSL color Cylindrical-coordinate representation of color #799412: hue angle of 72.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #799412 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 148 | 18 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.42 |
| HSL | 72.46º | 0.78% | 0.33% | - |
| HSV(B) | 72.46º | 0.88% | 0.58% | - |
| XYZ | 18.58 | 25.29 | 4.47 | - |
| YUV | 125.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 18 | 0.18 | 0 | 0.88 | 0.42 | 72.46 | 0.78 | 0.33 |
| Hex | 79 | 94 | 12 | 12 | 0 | 58 | 2A | 48 | 4E | 21 |
| Octal | 171 | 224 | 22 | 22 | 0 | 130 | 52 | 110 | 116 | 41 |
| Binary | 1111001 | 10010100 | 10010 | 10010 | 0 | 1011000 | 101010 | 1001000 | 1001110 | 100001 |
Color Harmonies of #799412
Complementary color
Monochromatic Colors of #799412
Black with #799412
Text Example
Text Example
White with #799412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799412; }
p { color: rgb(121,148,18); }
H1.HeaderClassName
{
color: #799412;
}
.AnyTagClassName
{
color: #799412;
}
</style>
background-color css
<style>
a { background-color: #799412; }
a { background-color: rgb(121,148,18); }
div.DivClassName
{
background-color: #799412;
}
.BgClassName
{
background-color: #799412;
}
</style>
border-color css
<style>
span { border-color: #799412; }
span { border-color: rgb(121,148,18); }
td.TdClassName
{
border-color: #799412;
}
.TagClassName
{
border-color: #799412;
}
</style>