Shades of Olive #778A08
Tints of Olive #778A08
RGB
CMYK
RGB Variations
Color information
#778A08 (or 0x778A08) is known color: Olive. HEX triplet: 77, 8A and 08. RGB value is (119,138,8). Sum of RGB (Red+Green+Blue) = 119+138+8=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #778A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778A08 is #8875F7. Grayscale: #767676. Windows color (decimal): -8943096 or 559735. OLE color: 559735.
HSL color Cylindrical-coordinate representation of color #778A08: hue angle of 68.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #778A08 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 8 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.46 |
| HSL | 68.77º | 0.89% | 0.29% | - |
| HSV(B) | 68.77º | 0.94% | 0.54% | - |
| XYZ | 16.74 | 22.12 | 3.62 | - |
| YUV | 117.5 | 66.21 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 8 | 0.14 | 0 | 0.94 | 0.46 | 68.77 | 0.89 | 0.29 |
| Hex | 77 | 8A | 8 | E | 0 | 5E | 2E | 45 | 59 | 1D |
| Octal | 167 | 212 | 10 | 16 | 0 | 136 | 56 | 105 | 131 | 35 |
| Binary | 1110111 | 10001010 | 1000 | 1110 | 0 | 1011110 | 101110 | 1000101 | 1011001 | 11101 |
Color Harmonies of #778A08
Complementary color
Monochromatic Colors of #778A08
Black with #778A08
Text Example
Text Example
White with #778A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A08; }
p { color: rgb(119,138,8); }
H1.HeaderClassName
{
color: #778A08;
}
.AnyTagClassName
{
color: #778A08;
}
</style>
background-color css
<style>
a { background-color: #778A08; }
a { background-color: rgb(119,138,8); }
div.DivClassName
{
background-color: #778A08;
}
.BgClassName
{
background-color: #778A08;
}
</style>
border-color css
<style>
span { border-color: #778A08; }
span { border-color: rgb(119,138,8); }
td.TdClassName
{
border-color: #778A08;
}
.TagClassName
{
border-color: #778A08;
}
</style>