Shades of Olive #778208
Tints of Olive #778208
RGB
CMYK
RGB Variations
Color information
#778208 (or 0x778208) is known color: Olive. HEX triplet: 77, 82 and 08. RGB value is (119,130,8). Sum of RGB (Red+Green+Blue) = 119+130+8=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #778208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778208 is #887DF7. Grayscale: #717171. Windows color (decimal): -8945144 or 557687. OLE color: 557687.
HSL color Cylindrical-coordinate representation of color #778208: hue angle of 65.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #778208 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 8 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.49 |
| HSL | 65.41º | 0.88% | 0.27% | - |
| HSV(B) | 65.41º | 0.94% | 0.51% | - |
| XYZ | 15.63 | 19.9 | 3.25 | - |
| YUV | 112.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 8 | 0.08 | 0 | 0.94 | 0.49 | 65.41 | 0.88 | 0.27 |
| Hex | 77 | 82 | 8 | 8 | 0 | 5E | 31 | 41 | 58 | 1B |
| Octal | 167 | 202 | 10 | 10 | 0 | 136 | 61 | 101 | 130 | 33 |
| Binary | 1110111 | 10000010 | 1000 | 1000 | 0 | 1011110 | 110001 | 1000001 | 1011000 | 11011 |
Color Harmonies of #778208
Complementary color
Monochromatic Colors of #778208
Black with #778208
Text Example
Text Example
White with #778208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778208; }
p { color: rgb(119,130,8); }
H1.HeaderClassName
{
color: #778208;
}
.AnyTagClassName
{
color: #778208;
}
</style>
background-color css
<style>
a { background-color: #778208; }
a { background-color: rgb(119,130,8); }
div.DivClassName
{
background-color: #778208;
}
.BgClassName
{
background-color: #778208;
}
</style>
border-color css
<style>
span { border-color: #778208; }
span { border-color: rgb(119,130,8); }
td.TdClassName
{
border-color: #778208;
}
.TagClassName
{
border-color: #778208;
}
</style>