Shades of Olive #778809
Tints of Olive #778809
RGB
CMYK
RGB Variations
Color information
#778809 (or 0x778809) is known color: Olive. HEX triplet: 77, 88 and 09. RGB value is (119,136,9). Sum of RGB (Red+Green+Blue) = 119+136+9=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #778809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778809 is #8877F6. Grayscale: #747474. Windows color (decimal): -8943607 or 624759. OLE color: 624759.
HSL color Cylindrical-coordinate representation of color #778809: hue angle of 68.03º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #778809 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 9 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.47 |
| HSL | 68.03º | 0.88% | 0.28% | - |
| HSV(B) | 68.03º | 0.93% | 0.53% | - |
| XYZ | 16.46 | 21.55 | 3.55 | - |
| YUV | 116.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 9 | 0.12 | 0 | 0.93 | 0.47 | 68.03 | 0.88 | 0.28 |
| Hex | 77 | 88 | 9 | C | 0 | 5D | 2F | 44 | 58 | 1C |
| Octal | 167 | 210 | 11 | 14 | 0 | 135 | 57 | 104 | 130 | 34 |
| Binary | 1110111 | 10001000 | 1001 | 1100 | 0 | 1011101 | 101111 | 1000100 | 1011000 | 11100 |
Color Harmonies of #778809
Complementary color
Monochromatic Colors of #778809
Black with #778809
Text Example
Text Example
White with #778809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778809; }
p { color: rgb(119,136,9); }
H1.HeaderClassName
{
color: #778809;
}
.AnyTagClassName
{
color: #778809;
}
</style>
background-color css
<style>
a { background-color: #778809; }
a { background-color: rgb(119,136,9); }
div.DivClassName
{
background-color: #778809;
}
.BgClassName
{
background-color: #778809;
}
</style>
border-color css
<style>
span { border-color: #778809; }
span { border-color: rgb(119,136,9); }
td.TdClassName
{
border-color: #778809;
}
.TagClassName
{
border-color: #778809;
}
</style>