Shades of Olive #778206
Tints of Olive #778206
RGB
CMYK
RGB Variations
Color information
#778206 (or 0x778206) is known color: Olive. HEX triplet: 77, 82 and 06. RGB value is (119,130,6). Sum of RGB (Red+Green+Blue) = 119+130+6=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #778206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778206 is #887DF9. Grayscale: #717171. Windows color (decimal): -8945146 or 426615. OLE color: 426615.
HSL color Cylindrical-coordinate representation of color #778206: hue angle of 65.32º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #778206 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 6 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.49 |
| HSL | 65.32º | 0.91% | 0.27% | - |
| HSV(B) | 65.32º | 0.95% | 0.51% | - |
| XYZ | 15.62 | 19.9 | 3.19 | - |
| YUV | 112.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 6 | 0.08 | 0 | 0.95 | 0.49 | 65.32 | 0.91 | 0.27 |
| Hex | 77 | 82 | 6 | 8 | 0 | 5F | 31 | 41 | 5B | 1B |
| Octal | 167 | 202 | 6 | 10 | 0 | 137 | 61 | 101 | 133 | 33 |
| Binary | 1110111 | 10000010 | 110 | 1000 | 0 | 1011111 | 110001 | 1000001 | 1011011 | 11011 |
Color Harmonies of #778206
Complementary color
Monochromatic Colors of #778206
Black with #778206
Text Example
Text Example
White with #778206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778206; }
p { color: rgb(119,130,6); }
H1.HeaderClassName
{
color: #778206;
}
.AnyTagClassName
{
color: #778206;
}
</style>
background-color css
<style>
a { background-color: #778206; }
a { background-color: rgb(119,130,6); }
div.DivClassName
{
background-color: #778206;
}
.BgClassName
{
background-color: #778206;
}
</style>
border-color css
<style>
span { border-color: #778206; }
span { border-color: rgb(119,130,6); }
td.TdClassName
{
border-color: #778206;
}
.TagClassName
{
border-color: #778206;
}
</style>