Shades of Olive #778701
Tints of Olive #778701
RGB
CMYK
RGB Variations
Color information
#778701 (or 0x778701) is known color: Olive. HEX triplet: 77, 87 and 01. RGB value is (119,135,1). Sum of RGB (Red+Green+Blue) = 119+135+1=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #778701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778701 is #8878FE. Grayscale: #737373. Windows color (decimal): -8943871 or 100215. OLE color: 100215.
HSL color Cylindrical-coordinate representation of color #778701: hue angle of 67.16º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #778701 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.47 |
| HSL | 67.16º | 0.99% | 0.27% | - |
| HSV(B) | 67.16º | 0.99% | 0.53% | - |
| XYZ | 16.28 | 21.25 | 3.27 | - |
| YUV | 114.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 1 | 0.12 | 0 | 0.99 | 0.47 | 67.16 | 0.99 | 0.27 |
| Hex | 77 | 87 | 1 | C | 0 | 63 | 2F | 43 | 63 | 1B |
| Octal | 167 | 207 | 1 | 14 | 0 | 143 | 57 | 103 | 143 | 33 |
| Binary | 1110111 | 10000111 | 1 | 1100 | 0 | 1100011 | 101111 | 1000011 | 1100011 | 11011 |
Color Harmonies of #778701
Complementary color
Monochromatic Colors of #778701
Black with #778701
Text Example
Text Example
White with #778701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778701; }
p { color: rgb(119,135,1); }
H1.HeaderClassName
{
color: #778701;
}
.AnyTagClassName
{
color: #778701;
}
</style>
background-color css
<style>
a { background-color: #778701; }
a { background-color: rgb(119,135,1); }
div.DivClassName
{
background-color: #778701;
}
.BgClassName
{
background-color: #778701;
}
</style>
border-color css
<style>
span { border-color: #778701; }
span { border-color: rgb(119,135,1); }
td.TdClassName
{
border-color: #778701;
}
.TagClassName
{
border-color: #778701;
}
</style>