Shades of Olive #767C0E
Tints of Olive #767C0E
RGB
CMYK
RGB Variations
Color information
#767C0E (or 0x767C0E) is known color: Olive. HEX triplet: 76, 7C and 0E. RGB value is (118,124,14). Sum of RGB (Red+Green+Blue) = 118+124+14=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #767C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C0E is #8983F1. Grayscale: #6E6E6E. Windows color (decimal): -9012210 or 949366. OLE color: 949366.
HSL color Cylindrical-coordinate representation of color #767C0E: hue angle of 63.27º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #767C0E is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 14 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.51 |
| HSL | 63.27º | 0.8% | 0.27% | - |
| HSV(B) | 63.27º | 0.89% | 0.49% | - |
| XYZ | 14.76 | 18.3 | 3.17 | - |
| YUV | 109.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 14 | 0.05 | 0 | 0.89 | 0.51 | 63.27 | 0.8 | 0.27 |
| Hex | 76 | 7C | E | 5 | 0 | 59 | 33 | 3F | 50 | 1B |
| Octal | 166 | 174 | 16 | 5 | 0 | 131 | 63 | 77 | 120 | 33 |
| Binary | 1110110 | 1111100 | 1110 | 101 | 0 | 1011001 | 110011 | 111111 | 1010000 | 11011 |
Color Harmonies of #767C0E
Complementary color
Monochromatic Colors of #767C0E
Black with #767C0E
Text Example
Text Example
White with #767C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C0E; }
p { color: rgb(118,124,14); }
H1.HeaderClassName
{
color: #767C0E;
}
.AnyTagClassName
{
color: #767C0E;
}
</style>
background-color css
<style>
a { background-color: #767C0E; }
a { background-color: rgb(118,124,14); }
div.DivClassName
{
background-color: #767C0E;
}
.BgClassName
{
background-color: #767C0E;
}
</style>
border-color css
<style>
span { border-color: #767C0E; }
span { border-color: rgb(118,124,14); }
td.TdClassName
{
border-color: #767C0E;
}
.TagClassName
{
border-color: #767C0E;
}
</style>