Shades of Olive #778504
Tints of Olive #778504
RGB
CMYK
RGB Variations
Color information
#778504 (or 0x778504) is known color: Olive. HEX triplet: 77, 85 and 04. RGB value is (119,133,4). Sum of RGB (Red+Green+Blue) = 119+133+4=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #778504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778504 is #887AFB. Grayscale: #727272. Windows color (decimal): -8944380 or 296311. OLE color: 296311.
HSL color Cylindrical-coordinate representation of color #778504: hue angle of 66.51º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #778504 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 4 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.48 |
| HSL | 66.51º | 0.94% | 0.27% | - |
| HSV(B) | 66.51º | 0.97% | 0.52% | - |
| XYZ | 16.02 | 20.71 | 3.27 | - |
| YUV | 114.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 4 | 0.11 | 0 | 0.97 | 0.48 | 66.51 | 0.94 | 0.27 |
| Hex | 77 | 85 | 4 | B | 0 | 61 | 30 | 43 | 5E | 1B |
| Octal | 167 | 205 | 4 | 13 | 0 | 141 | 60 | 103 | 136 | 33 |
| Binary | 1110111 | 10000101 | 100 | 1011 | 0 | 1100001 | 110000 | 1000011 | 1011110 | 11011 |
Color Harmonies of #778504
Complementary color
Monochromatic Colors of #778504
Black with #778504
Text Example
Text Example
White with #778504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778504; }
p { color: rgb(119,133,4); }
H1.HeaderClassName
{
color: #778504;
}
.AnyTagClassName
{
color: #778504;
}
</style>
background-color css
<style>
a { background-color: #778504; }
a { background-color: rgb(119,133,4); }
div.DivClassName
{
background-color: #778504;
}
.BgClassName
{
background-color: #778504;
}
</style>
border-color css
<style>
span { border-color: #778504; }
span { border-color: rgb(119,133,4); }
td.TdClassName
{
border-color: #778504;
}
.TagClassName
{
border-color: #778504;
}
</style>