Shades of Olive #778205
Tints of Olive #778205
RGB
CMYK
RGB Variations
Color information
#778205 (or 0x778205) is known color: Olive. HEX triplet: 77, 82 and 05. RGB value is (119,130,5). Sum of RGB (Red+Green+Blue) = 119+130+5=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #778205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778205 is #887DFA. Grayscale: #707070. Windows color (decimal): -8945147 or 361079. OLE color: 361079.
HSL color Cylindrical-coordinate representation of color #778205: hue angle of 65.28º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #778205 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 5 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.49 |
| HSL | 65.28º | 0.93% | 0.26% | - |
| HSV(B) | 65.28º | 0.96% | 0.51% | - |
| XYZ | 15.62 | 19.9 | 3.16 | - |
| YUV | 112.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 5 | 0.08 | 0 | 0.96 | 0.49 | 65.28 | 0.93 | 0.26 |
| Hex | 77 | 82 | 5 | 8 | 0 | 60 | 31 | 41 | 5D | 1A |
| Octal | 167 | 202 | 5 | 10 | 0 | 140 | 61 | 101 | 135 | 32 |
| Binary | 1110111 | 10000010 | 101 | 1000 | 0 | 1100000 | 110001 | 1000001 | 1011101 | 11010 |
Color Harmonies of #778205
Complementary color
Monochromatic Colors of #778205
Black with #778205
Text Example
Text Example
White with #778205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778205; }
p { color: rgb(119,130,5); }
H1.HeaderClassName
{
color: #778205;
}
.AnyTagClassName
{
color: #778205;
}
</style>
background-color css
<style>
a { background-color: #778205; }
a { background-color: rgb(119,130,5); }
div.DivClassName
{
background-color: #778205;
}
.BgClassName
{
background-color: #778205;
}
</style>
border-color css
<style>
span { border-color: #778205; }
span { border-color: rgb(119,130,5); }
td.TdClassName
{
border-color: #778205;
}
.TagClassName
{
border-color: #778205;
}
</style>