Shades of Olive #779402
Tints of Olive #779402
RGB
CMYK
RGB Variations
Color information
#779402 (or 0x779402) is known color: Olive. HEX triplet: 77, 94 and 02. RGB value is (119,148,2). Sum of RGB (Red+Green+Blue) = 119+148+2=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #779402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779402 is #886BFD. Grayscale: #7B7B7B. Windows color (decimal): -8940542 or 169079. OLE color: 169079.
HSL color Cylindrical-coordinate representation of color #779402: hue angle of 71.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779402 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.42 |
| HSL | 71.92º | 0.97% | 0.29% | - |
| HSV(B) | 71.92º | 0.99% | 0.58% | - |
| XYZ | 18.21 | 25.11 | 3.94 | - |
| YUV | 122.69 | 59.89 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 2 | 0.20 | 0 | 0.99 | 0.42 | 71.92 | 0.97 | 0.29 |
| Hex | 77 | 94 | 2 | 14 | 0 | 63 | 2A | 48 | 61 | 1D |
| Octal | 167 | 224 | 2 | 24 | 0 | 143 | 52 | 110 | 141 | 35 |
| Binary | 1110111 | 10010100 | 10 | 10100 | 0 | 1100011 | 101010 | 1001000 | 1100001 | 11101 |
Color Harmonies of #779402
Complementary color
Monochromatic Colors of #779402
Black with #779402
Text Example
Text Example
White with #779402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779402; }
p { color: rgb(119,148,2); }
H1.HeaderClassName
{
color: #779402;
}
.AnyTagClassName
{
color: #779402;
}
</style>
background-color css
<style>
a { background-color: #779402; }
a { background-color: rgb(119,148,2); }
div.DivClassName
{
background-color: #779402;
}
.BgClassName
{
background-color: #779402;
}
</style>
border-color css
<style>
span { border-color: #779402; }
span { border-color: rgb(119,148,2); }
td.TdClassName
{
border-color: #779402;
}
.TagClassName
{
border-color: #779402;
}
</style>