Shades of Olive Drab #799028
Tints of Olive Drab #799028
RGB
CMYK
RGB Variations
Color information
#799028 (or 0x799028) is known color: Olive Drab. HEX triplet: 79, 90 and 28. RGB value is (121,144,40). Sum of RGB (Red+Green+Blue) = 121+144+40=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #799028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799028 is #866FD7. Grayscale: #7D7D7D. Windows color (decimal): -8810456 or 2658425. OLE color: 2658425.
HSL color Cylindrical-coordinate representation of color #799028: hue angle of 73.27º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #799028 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 40 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.44 |
| HSL | 73.27º | 0.57% | 0.36% | - |
| HSV(B) | 73.27º | 0.72% | 0.56% | - |
| XYZ | 18.24 | 24.16 | 5.71 | - |
| YUV | 125.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 40 | 0.16 | 0 | 0.72 | 0.44 | 73.27 | 0.57 | 0.36 |
| Hex | 79 | 90 | 28 | 10 | 0 | 48 | 2C | 49 | 39 | 24 |
| Octal | 171 | 220 | 50 | 20 | 0 | 110 | 54 | 111 | 71 | 44 |
| Binary | 1111001 | 10010000 | 101000 | 10000 | 0 | 1001000 | 101100 | 1001001 | 111001 | 100100 |
Color Harmonies of #799028
Complementary color
Monochromatic Colors of #799028
Black with #799028
Text Example
Text Example
White with #799028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799028; }
p { color: rgb(121,144,40); }
H1.HeaderClassName
{
color: #799028;
}
.AnyTagClassName
{
color: #799028;
}
</style>
background-color css
<style>
a { background-color: #799028; }
a { background-color: rgb(121,144,40); }
div.DivClassName
{
background-color: #799028;
}
.BgClassName
{
background-color: #799028;
}
</style>
border-color css
<style>
span { border-color: #799028; }
span { border-color: rgb(121,144,40); }
td.TdClassName
{
border-color: #799028;
}
.TagClassName
{
border-color: #799028;
}
</style>