Shades of Olive #778702
Tints of Olive #778702
RGB
CMYK
RGB Variations
Color information
#778702 (or 0x778702) is known color: Olive. HEX triplet: 77, 87 and 02. RGB value is (119,135,2). Sum of RGB (Red+Green+Blue) = 119+135+2=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #778702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778702 is #8878FD. Grayscale: #737373. Windows color (decimal): -8943870 or 165751. OLE color: 165751.
HSL color Cylindrical-coordinate representation of color #778702: hue angle of 67.22º degrees, saturation: 0.97, 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 #778702 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.47 |
| HSL | 67.22º | 0.97% | 0.27% | - |
| HSV(B) | 67.22º | 0.99% | 0.53% | - |
| XYZ | 16.28 | 21.25 | 3.3 | - |
| YUV | 115.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 2 | 0.12 | 0 | 0.99 | 0.47 | 67.22 | 0.97 | 0.27 |
| Hex | 77 | 87 | 2 | C | 0 | 63 | 2F | 43 | 61 | 1B |
| Octal | 167 | 207 | 2 | 14 | 0 | 143 | 57 | 103 | 141 | 33 |
| Binary | 1110111 | 10000111 | 10 | 1100 | 0 | 1100011 | 101111 | 1000011 | 1100001 | 11011 |
Color Harmonies of #778702
Complementary color
Monochromatic Colors of #778702
Black with #778702
Text Example
Text Example
White with #778702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778702; }
p { color: rgb(119,135,2); }
H1.HeaderClassName
{
color: #778702;
}
.AnyTagClassName
{
color: #778702;
}
</style>
background-color css
<style>
a { background-color: #778702; }
a { background-color: rgb(119,135,2); }
div.DivClassName
{
background-color: #778702;
}
.BgClassName
{
background-color: #778702;
}
</style>
border-color css
<style>
span { border-color: #778702; }
span { border-color: rgb(119,135,2); }
td.TdClassName
{
border-color: #778702;
}
.TagClassName
{
border-color: #778702;
}
</style>