Shades of Olive #778700
Tints of Olive #778700
RGB
CMYK
RGB Variations
Color information
#778700 (or 0x778700) is known color: Olive. HEX triplet: 77, 87 and 00. RGB value is (119,135,0). Sum of RGB (Red+Green+Blue) = 119+135+0=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #778700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778700 is #8878FF. Grayscale: #737373. Windows color (decimal): -8943872 or 34679. OLE color: 34679.
HSL color Cylindrical-coordinate representation of color #778700: hue angle of 67.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #778700 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.47 |
| HSL | 67.11º | 1% | 0.26% | - |
| HSV(B) | 67.11º | 1% | 0.53% | - |
| XYZ | 16.27 | 21.25 | 3.24 | - |
| YUV | 114.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 0 | 0.12 | 0 | 1 | 0.47 | 67.11 | 1 | 0.26 |
| Hex | 77 | 87 | 0 | C | 0 | 64 | 2F | 43 | 64 | 1A |
| Octal | 167 | 207 | 0 | 14 | 0 | 144 | 57 | 103 | 144 | 32 |
| Binary | 1110111 | 10000111 | 0 | 1100 | 0 | 1100100 | 101111 | 1000011 | 1100100 | 11010 |
Color Harmonies of #778700
Complementary color
Monochromatic Colors of #778700
Black with #778700
Text Example
Text Example
White with #778700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778700; }
p { color: rgb(119,135,0); }
H1.HeaderClassName
{
color: #778700;
}
.AnyTagClassName
{
color: #778700;
}
</style>
background-color css
<style>
a { background-color: #778700; }
a { background-color: rgb(119,135,0); }
div.DivClassName
{
background-color: #778700;
}
.BgClassName
{
background-color: #778700;
}
</style>
border-color css
<style>
span { border-color: #778700; }
span { border-color: rgb(119,135,0); }
td.TdClassName
{
border-color: #778700;
}
.TagClassName
{
border-color: #778700;
}
</style>