Shades of Olive #7B850E
Tints of Olive #7B850E
RGB
CMYK
RGB Variations
Color information
#7B850E (or 0x7B850E) is known color: Olive. HEX triplet: 7B, 85 and 0E. RGB value is (123,133,14). Sum of RGB (Red+Green+Blue) = 123+133+14=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #7B850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B850E is #847AF1. Grayscale: #747474. Windows color (decimal): -8682226 or 951675. OLE color: 951675.
HSL color Cylindrical-coordinate representation of color #7B850E: hue angle of 65.04º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B850E is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 14 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.48 |
| HSL | 65.04º | 0.81% | 0.29% | - |
| HSV(B) | 65.04º | 0.89% | 0.52% | - |
| XYZ | 16.64 | 21.02 | 3.6 | - |
| YUV | 116.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 14 | 0.08 | 0 | 0.89 | 0.48 | 65.04 | 0.81 | 0.29 |
| Hex | 7B | 85 | E | 8 | 0 | 59 | 30 | 41 | 51 | 1D |
| Octal | 173 | 205 | 16 | 10 | 0 | 131 | 60 | 101 | 121 | 35 |
| Binary | 1111011 | 10000101 | 1110 | 1000 | 0 | 1011001 | 110000 | 1000001 | 1010001 | 11101 |
Color Harmonies of #7B850E
Complementary color
Monochromatic Colors of #7B850E
Black with #7B850E
Text Example
Text Example
White with #7B850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B850E; }
p { color: rgb(123,133,14); }
H1.HeaderClassName
{
color: #7B850E;
}
.AnyTagClassName
{
color: #7B850E;
}
</style>
background-color css
<style>
a { background-color: #7B850E; }
a { background-color: rgb(123,133,14); }
div.DivClassName
{
background-color: #7B850E;
}
.BgClassName
{
background-color: #7B850E;
}
</style>
border-color css
<style>
span { border-color: #7B850E; }
span { border-color: rgb(123,133,14); }
td.TdClassName
{
border-color: #7B850E;
}
.TagClassName
{
border-color: #7B850E;
}
</style>