Shades of Olive #787206
Tints of Olive #787206
RGB
CMYK
RGB Variations
Color information
#787206 (or 0x787206) is known color: Olive. HEX triplet: 78, 72 and 06. RGB value is (120,114,6). Sum of RGB (Red+Green+Blue) = 120+114+6=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #787206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787206 is #878DF9. Grayscale: #676767. Windows color (decimal): -8883706 or 422520. OLE color: 422520.
HSL color Cylindrical-coordinate representation of color #787206: hue angle of 56.84º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #787206 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 6 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.53 |
| HSL | 56.84º | 0.9% | 0.25% | - |
| HSV(B) | 56.84º | 0.95% | 0.47% | - |
| XYZ | 13.8 | 16.04 | 2.54 | - |
| YUV | 103.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 6 | 0 | 0.05 | 0.95 | 0.53 | 56.84 | 0.9 | 0.25 |
| Hex | 78 | 72 | 6 | 0 | 5 | 5F | 35 | 39 | 5A | 19 |
| Octal | 170 | 162 | 6 | 0 | 5 | 137 | 65 | 71 | 132 | 31 |
| Binary | 1111000 | 1110010 | 110 | 0 | 101 | 1011111 | 110101 | 111001 | 1011010 | 11001 |
Color Harmonies of #787206
Complementary color
Monochromatic Colors of #787206
Black with #787206
Text Example
Text Example
White with #787206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787206; }
p { color: rgb(120,114,6); }
H1.HeaderClassName
{
color: #787206;
}
.AnyTagClassName
{
color: #787206;
}
</style>
background-color css
<style>
a { background-color: #787206; }
a { background-color: rgb(120,114,6); }
div.DivClassName
{
background-color: #787206;
}
.BgClassName
{
background-color: #787206;
}
</style>
border-color css
<style>
span { border-color: #787206; }
span { border-color: rgb(120,114,6); }
td.TdClassName
{
border-color: #787206;
}
.TagClassName
{
border-color: #787206;
}
</style>