Shades of Olive #799703
Tints of Olive #799703
RGB
CMYK
RGB Variations
Color information
#799703 (or 0x799703) is known color: Olive. HEX triplet: 79, 97 and 03. RGB value is (121,151,3). Sum of RGB (Red+Green+Blue) = 121+151+3=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #799703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799703 is #8668FC. Grayscale: #7D7D7D. Windows color (decimal): -8808701 or 235385. OLE color: 235385.
HSL color Cylindrical-coordinate representation of color #799703: hue angle of 72.16º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #799703 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 151 | 3 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.41 |
| HSL | 72.16º | 0.96% | 0.3% | - |
| HSV(B) | 72.16º | 0.98% | 0.59% | - |
| XYZ | 18.97 | 26.2 | 4.14 | - |
| YUV | 125.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 3 | 0.20 | 0 | 0.98 | 0.41 | 72.16 | 0.96 | 0.3 |
| Hex | 79 | 97 | 3 | 14 | 0 | 62 | 29 | 48 | 60 | 1E |
| Octal | 171 | 227 | 3 | 24 | 0 | 142 | 51 | 110 | 140 | 36 |
| Binary | 1111001 | 10010111 | 11 | 10100 | 0 | 1100010 | 101001 | 1001000 | 1100000 | 11110 |
Color Harmonies of #799703
Complementary color
Monochromatic Colors of #799703
Black with #799703
Text Example
Text Example
White with #799703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799703; }
p { color: rgb(121,151,3); }
H1.HeaderClassName
{
color: #799703;
}
.AnyTagClassName
{
color: #799703;
}
</style>
background-color css
<style>
a { background-color: #799703; }
a { background-color: rgb(121,151,3); }
div.DivClassName
{
background-color: #799703;
}
.BgClassName
{
background-color: #799703;
}
</style>
border-color css
<style>
span { border-color: #799703; }
span { border-color: rgb(121,151,3); }
td.TdClassName
{
border-color: #799703;
}
.TagClassName
{
border-color: #799703;
}
</style>