Shades of Olive #778A05
Tints of Olive #778A05
RGB
CMYK
RGB Variations
Color information
#778A05 (or 0x778A05) is known color: Olive. HEX triplet: 77, 8A and 05. RGB value is (119,138,5). Sum of RGB (Red+Green+Blue) = 119+138+5=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #778A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778A05 is #8875FA. Grayscale: #757575. Windows color (decimal): -8943099 or 363127. OLE color: 363127.
HSL color Cylindrical-coordinate representation of color #778A05: hue angle of 68.57º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #778A05 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 5 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.46 |
| HSL | 68.57º | 0.93% | 0.28% | - |
| HSV(B) | 68.57º | 0.96% | 0.54% | - |
| XYZ | 16.72 | 22.11 | 3.53 | - |
| YUV | 117.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 5 | 0.14 | 0 | 0.96 | 0.46 | 68.57 | 0.93 | 0.28 |
| Hex | 77 | 8A | 5 | E | 0 | 60 | 2E | 45 | 5D | 1C |
| Octal | 167 | 212 | 5 | 16 | 0 | 140 | 56 | 105 | 135 | 34 |
| Binary | 1110111 | 10001010 | 101 | 1110 | 0 | 1100000 | 101110 | 1000101 | 1011101 | 11100 |
Color Harmonies of #778A05
Complementary color
Monochromatic Colors of #778A05
Black with #778A05
Text Example
Text Example
White with #778A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A05; }
p { color: rgb(119,138,5); }
H1.HeaderClassName
{
color: #778A05;
}
.AnyTagClassName
{
color: #778A05;
}
</style>
background-color css
<style>
a { background-color: #778A05; }
a { background-color: rgb(119,138,5); }
div.DivClassName
{
background-color: #778A05;
}
.BgClassName
{
background-color: #778A05;
}
</style>
border-color css
<style>
span { border-color: #778A05; }
span { border-color: rgb(119,138,5); }
td.TdClassName
{
border-color: #778A05;
}
.TagClassName
{
border-color: #778A05;
}
</style>