Shades of Olive #787E03
Tints of Olive #787E03
RGB
CMYK
RGB Variations
Color information
#787E03 (or 0x787E03) is known color: Olive. HEX triplet: 78, 7E and 03. RGB value is (120,126,3). Sum of RGB (Red+Green+Blue) = 120+126+3=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #787E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787E03 is #8781FC. Grayscale: #6E6E6E. Windows color (decimal): -8880637 or 228984. OLE color: 228984.
HSL color Cylindrical-coordinate representation of color #787E03: hue angle of 62.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #787E03 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 3 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.51 |
| HSL | 62.93º | 0.95% | 0.25% | - |
| HSV(B) | 62.93º | 0.98% | 0.49% | - |
| XYZ | 15.22 | 18.92 | 2.94 | - |
| YUV | 110.18 | 67.51 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 3 | 0.05 | 0 | 0.98 | 0.51 | 62.93 | 0.95 | 0.25 |
| Hex | 78 | 7E | 3 | 5 | 0 | 62 | 33 | 3F | 5F | 19 |
| Octal | 170 | 176 | 3 | 5 | 0 | 142 | 63 | 77 | 137 | 31 |
| Binary | 1111000 | 1111110 | 11 | 101 | 0 | 1100010 | 110011 | 111111 | 1011111 | 11001 |
Color Harmonies of #787E03
Complementary color
Monochromatic Colors of #787E03
Black with #787E03
Text Example
Text Example
White with #787E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E03; }
p { color: rgb(120,126,3); }
H1.HeaderClassName
{
color: #787E03;
}
.AnyTagClassName
{
color: #787E03;
}
</style>
background-color css
<style>
a { background-color: #787E03; }
a { background-color: rgb(120,126,3); }
div.DivClassName
{
background-color: #787E03;
}
.BgClassName
{
background-color: #787E03;
}
</style>
border-color css
<style>
span { border-color: #787E03; }
span { border-color: rgb(120,126,3); }
td.TdClassName
{
border-color: #787E03;
}
.TagClassName
{
border-color: #787E03;
}
</style>