Shades of Olive #779202
Tints of Olive #779202
RGB
CMYK
RGB Variations
Color information
#779202 (or 0x779202) is known color: Olive. HEX triplet: 77, 92 and 02. RGB value is (119,146,2). Sum of RGB (Red+Green+Blue) = 119+146+2=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #779202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779202 is #886DFD. Grayscale: #7A7A7A. Windows color (decimal): -8941054 or 168567. OLE color: 168567.
HSL color Cylindrical-coordinate representation of color #779202: hue angle of 71.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779202 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 146 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.43 |
| HSL | 71.25º | 0.97% | 0.29% | - |
| HSV(B) | 71.25º | 0.99% | 0.57% | - |
| XYZ | 17.9 | 24.48 | 3.84 | - |
| YUV | 121.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 146 | 2 | 0.18 | 0 | 0.99 | 0.43 | 71.25 | 0.97 | 0.29 |
| Hex | 77 | 92 | 2 | 12 | 0 | 63 | 2B | 47 | 61 | 1D |
| Octal | 167 | 222 | 2 | 22 | 0 | 143 | 53 | 107 | 141 | 35 |
| Binary | 1110111 | 10010010 | 10 | 10010 | 0 | 1100011 | 101011 | 1000111 | 1100001 | 11101 |
Color Harmonies of #779202
Complementary color
Monochromatic Colors of #779202
Black with #779202
Text Example
Text Example
White with #779202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779202; }
p { color: rgb(119,146,2); }
H1.HeaderClassName
{
color: #779202;
}
.AnyTagClassName
{
color: #779202;
}
</style>
background-color css
<style>
a { background-color: #779202; }
a { background-color: rgb(119,146,2); }
div.DivClassName
{
background-color: #779202;
}
.BgClassName
{
background-color: #779202;
}
</style>
border-color css
<style>
span { border-color: #779202; }
span { border-color: rgb(119,146,2); }
td.TdClassName
{
border-color: #779202;
}
.TagClassName
{
border-color: #779202;
}
</style>