Shades of Olive #778A0F
Tints of Olive #778A0F
RGB
CMYK
RGB Variations
Color information
#778A0F (or 0x778A0F) is known color: Olive. HEX triplet: 77, 8A and 0F. RGB value is (119,138,15). Sum of RGB (Red+Green+Blue) = 119+138+15=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #778A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778A0F is #8875F0. Grayscale: #767676. Windows color (decimal): -8943089 or 1018487. OLE color: 1018487.
HSL color Cylindrical-coordinate representation of color #778A0F: hue angle of 69.27º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #778A0F is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 15 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.46 |
| HSL | 69.27º | 0.8% | 0.3% | - |
| HSV(B) | 69.27º | 0.89% | 0.54% | - |
| XYZ | 16.78 | 22.13 | 3.84 | - |
| YUV | 118.3 | 69.71 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 15 | 0.14 | 0 | 0.89 | 0.46 | 69.27 | 0.8 | 0.3 |
| Hex | 77 | 8A | F | E | 0 | 59 | 2E | 45 | 50 | 1E |
| Octal | 167 | 212 | 17 | 16 | 0 | 131 | 56 | 105 | 120 | 36 |
| Binary | 1110111 | 10001010 | 1111 | 1110 | 0 | 1011001 | 101110 | 1000101 | 1010000 | 11110 |
Color Harmonies of #778A0F
Complementary color
Monochromatic Colors of #778A0F
Black with #778A0F
Text Example
Text Example
White with #778A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A0F; }
p { color: rgb(119,138,15); }
H1.HeaderClassName
{
color: #778A0F;
}
.AnyTagClassName
{
color: #778A0F;
}
</style>
background-color css
<style>
a { background-color: #778A0F; }
a { background-color: rgb(119,138,15); }
div.DivClassName
{
background-color: #778A0F;
}
.BgClassName
{
background-color: #778A0F;
}
</style>
border-color css
<style>
span { border-color: #778A0F; }
span { border-color: rgb(119,138,15); }
td.TdClassName
{
border-color: #778A0F;
}
.TagClassName
{
border-color: #778A0F;
}
</style>