Shades of Olive #778209
Tints of Olive #778209
RGB
CMYK
RGB Variations
Color information
#778209 (or 0x778209) is known color: Olive. HEX triplet: 77, 82 and 09. RGB value is (119,130,9). Sum of RGB (Red+Green+Blue) = 119+130+9=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #778209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778209 is #887DF6. Grayscale: #717171. Windows color (decimal): -8945143 or 623223. OLE color: 623223.
HSL color Cylindrical-coordinate representation of color #778209: hue angle of 65.45º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #778209 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 9 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.49 |
| HSL | 65.45º | 0.87% | 0.27% | - |
| HSV(B) | 65.45º | 0.93% | 0.51% | - |
| XYZ | 15.64 | 19.91 | 3.28 | - |
| YUV | 112.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 9 | 0.08 | 0 | 0.93 | 0.49 | 65.45 | 0.87 | 0.27 |
| Hex | 77 | 82 | 9 | 8 | 0 | 5D | 31 | 41 | 57 | 1B |
| Octal | 167 | 202 | 11 | 10 | 0 | 135 | 61 | 101 | 127 | 33 |
| Binary | 1110111 | 10000010 | 1001 | 1000 | 0 | 1011101 | 110001 | 1000001 | 1010111 | 11011 |
Color Harmonies of #778209
Complementary color
Monochromatic Colors of #778209
Black with #778209
Text Example
Text Example
White with #778209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778209; }
p { color: rgb(119,130,9); }
H1.HeaderClassName
{
color: #778209;
}
.AnyTagClassName
{
color: #778209;
}
</style>
background-color css
<style>
a { background-color: #778209; }
a { background-color: rgb(119,130,9); }
div.DivClassName
{
background-color: #778209;
}
.BgClassName
{
background-color: #778209;
}
</style>
border-color css
<style>
span { border-color: #778209; }
span { border-color: rgb(119,130,9); }
td.TdClassName
{
border-color: #778209;
}
.TagClassName
{
border-color: #778209;
}
</style>