Shades of Olive #779903
Tints of Olive #779903
RGB
CMYK
RGB Variations
Color information
#779903 (or 0x779903) is known color: Olive. HEX triplet: 77, 99 and 03. RGB value is (119,153,3). Sum of RGB (Red+Green+Blue) = 119+153+3=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #779903 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779903 is #8866FC. Grayscale: #7E7E7E. Windows color (decimal): -8939261 or 235895. OLE color: 235895.
HSL color Cylindrical-coordinate representation of color #779903: hue angle of 73.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #779903 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.4 |
| HSL | 73.6º | 0.96% | 0.31% | - |
| HSV(B) | 73.6º | 0.98% | 0.6% | - |
| XYZ | 19.02 | 26.71 | 4.24 | - |
| YUV | 125.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 3 | 0.22 | 0 | 0.98 | 0.4 | 73.6 | 0.96 | 0.31 |
| Hex | 77 | 99 | 3 | 16 | 0 | 62 | 28 | 4A | 60 | 1F |
| Octal | 167 | 231 | 3 | 26 | 0 | 142 | 50 | 112 | 140 | 37 |
| Binary | 1110111 | 10011001 | 11 | 10110 | 0 | 1100010 | 101000 | 1001010 | 1100000 | 11111 |
Color Harmonies of #779903
Complementary color
Monochromatic Colors of #779903
Black with #779903
Text Example
Text Example
White with #779903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779903; }
p { color: rgb(119,153,3); }
H1.HeaderClassName
{
color: #779903;
}
.AnyTagClassName
{
color: #779903;
}
</style>
background-color css
<style>
a { background-color: #779903; }
a { background-color: rgb(119,153,3); }
div.DivClassName
{
background-color: #779903;
}
.BgClassName
{
background-color: #779903;
}
</style>
border-color css
<style>
span { border-color: #779903; }
span { border-color: rgb(119,153,3); }
td.TdClassName
{
border-color: #779903;
}
.TagClassName
{
border-color: #779903;
}
</style>