Shades of Olive #7E7B09
Tints of Olive #7E7B09
RGB
CMYK
RGB Variations
Color information
#7E7B09 (or 0x7E7B09) is known color: Olive. HEX triplet: 7E, 7B and 09. RGB value is (126,123,9). Sum of RGB (Red+Green+Blue) = 126+123+9=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7B09 is #8184F6. Grayscale: #6F6F6F. Windows color (decimal): -8488183 or 621438. OLE color: 621438.
HSL color Cylindrical-coordinate representation of color #7E7B09: hue angle of 58.46º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E7B09 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 123 | 9 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.51 |
| HSL | 58.46º | 0.87% | 0.26% | - |
| HSV(B) | 58.46º | 0.93% | 0.49% | - |
| XYZ | 15.74 | 18.62 | 3.02 | - |
| YUV | 110.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 9 | 0 | 0.02 | 0.93 | 0.51 | 58.46 | 0.87 | 0.26 |
| Hex | 7E | 7B | 9 | 0 | 2 | 5D | 33 | 3A | 57 | 1A |
| Octal | 176 | 173 | 11 | 0 | 2 | 135 | 63 | 72 | 127 | 32 |
| Binary | 1111110 | 1111011 | 1001 | 0 | 10 | 1011101 | 110011 | 111010 | 1010111 | 11010 |
Color Harmonies of #7E7B09
Complementary color
Monochromatic Colors of #7E7B09
Black with #7E7B09
Text Example
Text Example
White with #7E7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B09; }
p { color: rgb(126,123,9); }
H1.HeaderClassName
{
color: #7E7B09;
}
.AnyTagClassName
{
color: #7E7B09;
}
</style>
background-color css
<style>
a { background-color: #7E7B09; }
a { background-color: rgb(126,123,9); }
div.DivClassName
{
background-color: #7E7B09;
}
.BgClassName
{
background-color: #7E7B09;
}
</style>
border-color css
<style>
span { border-color: #7E7B09; }
span { border-color: rgb(126,123,9); }
td.TdClassName
{
border-color: #7E7B09;
}
.TagClassName
{
border-color: #7E7B09;
}
</style>