Shades of Olive #7E830B
Tints of Olive #7E830B
RGB
CMYK
RGB Variations
Color information
#7E830B (or 0x7E830B) is known color: Olive. HEX triplet: 7E, 83 and 0B. RGB value is (126,131,11). Sum of RGB (Red+Green+Blue) = 126+131+11=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #7E830B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E830B is #817CF4. Grayscale: #747474. Windows color (decimal): -8486133 or 754558. OLE color: 754558.
HSL color Cylindrical-coordinate representation of color #7E830B: hue angle of 62.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E830B is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 11 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.49 |
| HSL | 62.5º | 0.85% | 0.28% | - |
| HSV(B) | 62.5º | 0.92% | 0.51% | - |
| XYZ | 16.78 | 20.69 | 3.43 | - |
| YUV | 115.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 11 | 0.04 | 0 | 0.92 | 0.49 | 62.5 | 0.85 | 0.28 |
| Hex | 7E | 83 | B | 4 | 0 | 5C | 31 | 3F | 55 | 1C |
| Octal | 176 | 203 | 13 | 4 | 0 | 134 | 61 | 77 | 125 | 34 |
| Binary | 1111110 | 10000011 | 1011 | 100 | 0 | 1011100 | 110001 | 111111 | 1010101 | 11100 |
Color Harmonies of #7E830B
Complementary color
Monochromatic Colors of #7E830B
Black with #7E830B
Text Example
Text Example
White with #7E830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E830B; }
p { color: rgb(126,131,11); }
H1.HeaderClassName
{
color: #7E830B;
}
.AnyTagClassName
{
color: #7E830B;
}
</style>
background-color css
<style>
a { background-color: #7E830B; }
a { background-color: rgb(126,131,11); }
div.DivClassName
{
background-color: #7E830B;
}
.BgClassName
{
background-color: #7E830B;
}
</style>
border-color css
<style>
span { border-color: #7E830B; }
span { border-color: rgb(126,131,11); }
td.TdClassName
{
border-color: #7E830B;
}
.TagClassName
{
border-color: #7E830B;
}
</style>