Shades of Olive #778510
Tints of Olive #778510
RGB
CMYK
RGB Variations
Color information
#778510 (or 0x778510) is known color: Olive. HEX triplet: 77, 85 and 10. RGB value is (119,133,16). Sum of RGB (Red+Green+Blue) = 119+133+16=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #778510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778510 is #887AEF. Grayscale: #737373. Windows color (decimal): -8944368 or 1082743. OLE color: 1082743.
HSL color Cylindrical-coordinate representation of color #778510: hue angle of 67.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #778510 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 16 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.48 |
| HSL | 67.18º | 0.79% | 0.29% | - |
| HSV(B) | 67.18º | 0.88% | 0.52% | - |
| XYZ | 16.09 | 20.73 | 3.64 | - |
| YUV | 115.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 16 | 0.11 | 0 | 0.88 | 0.48 | 67.18 | 0.79 | 0.29 |
| Hex | 77 | 85 | 10 | B | 0 | 58 | 30 | 43 | 4F | 1D |
| Octal | 167 | 205 | 20 | 13 | 0 | 130 | 60 | 103 | 117 | 35 |
| Binary | 1110111 | 10000101 | 10000 | 1011 | 0 | 1011000 | 110000 | 1000011 | 1001111 | 11101 |
Color Harmonies of #778510
Complementary color
Monochromatic Colors of #778510
Black with #778510
Text Example
Text Example
White with #778510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778510; }
p { color: rgb(119,133,16); }
H1.HeaderClassName
{
color: #778510;
}
.AnyTagClassName
{
color: #778510;
}
</style>
background-color css
<style>
a { background-color: #778510; }
a { background-color: rgb(119,133,16); }
div.DivClassName
{
background-color: #778510;
}
.BgClassName
{
background-color: #778510;
}
</style>
border-color css
<style>
span { border-color: #778510; }
span { border-color: rgb(119,133,16); }
td.TdClassName
{
border-color: #778510;
}
.TagClassName
{
border-color: #778510;
}
</style>