Shades of Olive #7E8309
Tints of Olive #7E8309
RGB
CMYK
RGB Variations
Color information
#7E8309 (or 0x7E8309) is known color: Olive. HEX triplet: 7E, 83 and 09. RGB value is (126,131,9). Sum of RGB (Red+Green+Blue) = 126+131+9=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8309 is #817CF6. Grayscale: #747474. Windows color (decimal): -8486135 or 623486. OLE color: 623486.
HSL color Cylindrical-coordinate representation of color #7E8309: hue angle of 62.46º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E8309 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 9 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.49 |
| HSL | 62.46º | 0.87% | 0.27% | - |
| HSV(B) | 62.46º | 0.93% | 0.51% | - |
| XYZ | 16.77 | 20.69 | 3.37 | - |
| YUV | 115.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 9 | 0.04 | 0 | 0.93 | 0.49 | 62.46 | 0.87 | 0.27 |
| Hex | 7E | 83 | 9 | 4 | 0 | 5D | 31 | 3E | 57 | 1B |
| Octal | 176 | 203 | 11 | 4 | 0 | 135 | 61 | 76 | 127 | 33 |
| Binary | 1111110 | 10000011 | 1001 | 100 | 0 | 1011101 | 110001 | 111110 | 1010111 | 11011 |
Color Harmonies of #7E8309
Complementary color
Monochromatic Colors of #7E8309
Black with #7E8309
Text Example
Text Example
White with #7E8309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8309; }
p { color: rgb(126,131,9); }
H1.HeaderClassName
{
color: #7E8309;
}
.AnyTagClassName
{
color: #7E8309;
}
</style>
background-color css
<style>
a { background-color: #7E8309; }
a { background-color: rgb(126,131,9); }
div.DivClassName
{
background-color: #7E8309;
}
.BgClassName
{
background-color: #7E8309;
}
</style>
border-color css
<style>
span { border-color: #7E8309; }
span { border-color: rgb(126,131,9); }
td.TdClassName
{
border-color: #7E8309;
}
.TagClassName
{
border-color: #7E8309;
}
</style>