Shades of Olive #778A0B
Tints of Olive #778A0B
RGB
CMYK
RGB Variations
Color information
#778A0B (or 0x778A0B) is known color: Olive. HEX triplet: 77, 8A and 0B. RGB value is (119,138,11). Sum of RGB (Red+Green+Blue) = 119+138+11=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #778A0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778A0B is #8875F4. Grayscale: #767676. Windows color (decimal): -8943093 or 756343. OLE color: 756343.
HSL color Cylindrical-coordinate representation of color #778A0B: hue angle of 68.98º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #778A0B is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 11 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.46 |
| HSL | 68.98º | 0.85% | 0.29% | - |
| HSV(B) | 68.98º | 0.92% | 0.54% | - |
| XYZ | 16.76 | 22.12 | 3.7 | - |
| YUV | 117.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 11 | 0.14 | 0 | 0.92 | 0.46 | 68.98 | 0.85 | 0.29 |
| Hex | 77 | 8A | B | E | 0 | 5C | 2E | 45 | 55 | 1D |
| Octal | 167 | 212 | 13 | 16 | 0 | 134 | 56 | 105 | 125 | 35 |
| Binary | 1110111 | 10001010 | 1011 | 1110 | 0 | 1011100 | 101110 | 1000101 | 1010101 | 11101 |
Color Harmonies of #778A0B
Complementary color
Monochromatic Colors of #778A0B
Black with #778A0B
Text Example
Text Example
White with #778A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A0B; }
p { color: rgb(119,138,11); }
H1.HeaderClassName
{
color: #778A0B;
}
.AnyTagClassName
{
color: #778A0B;
}
</style>
background-color css
<style>
a { background-color: #778A0B; }
a { background-color: rgb(119,138,11); }
div.DivClassName
{
background-color: #778A0B;
}
.BgClassName
{
background-color: #778A0B;
}
</style>
border-color css
<style>
span { border-color: #778A0B; }
span { border-color: rgb(119,138,11); }
td.TdClassName
{
border-color: #778A0B;
}
.TagClassName
{
border-color: #778A0B;
}
</style>