Shades of Olive #7B920B
Tints of Olive #7B920B
RGB
CMYK
RGB Variations
Color information
#7B920B (or 0x7B920B) is known color: Olive. HEX triplet: 7B, 92 and 0B. RGB value is (123,146,11). Sum of RGB (Red+Green+Blue) = 123+146+11=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #7B920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B920B is #846DF4. Grayscale: #7C7C7C. Windows color (decimal): -8678901 or 758395. OLE color: 758395.
HSL color Cylindrical-coordinate representation of color #7B920B: hue angle of 70.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B920B is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 11 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.43 |
| HSL | 70.22º | 0.86% | 0.31% | - |
| HSV(B) | 70.22º | 0.92% | 0.57% | - |
| XYZ | 18.51 | 24.79 | 4.13 | - |
| YUV | 123.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 11 | 0.16 | 0 | 0.92 | 0.43 | 70.22 | 0.86 | 0.31 |
| Hex | 7B | 92 | B | 10 | 0 | 5C | 2B | 46 | 56 | 1F |
| Octal | 173 | 222 | 13 | 20 | 0 | 134 | 53 | 106 | 126 | 37 |
| Binary | 1111011 | 10010010 | 1011 | 10000 | 0 | 1011100 | 101011 | 1000110 | 1010110 | 11111 |
Color Harmonies of #7B920B
Complementary color
Monochromatic Colors of #7B920B
Black with #7B920B
Text Example
Text Example
White with #7B920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B920B; }
p { color: rgb(123,146,11); }
H1.HeaderClassName
{
color: #7B920B;
}
.AnyTagClassName
{
color: #7B920B;
}
</style>
background-color css
<style>
a { background-color: #7B920B; }
a { background-color: rgb(123,146,11); }
div.DivClassName
{
background-color: #7B920B;
}
.BgClassName
{
background-color: #7B920B;
}
</style>
border-color css
<style>
span { border-color: #7B920B; }
span { border-color: rgb(123,146,11); }
td.TdClassName
{
border-color: #7B920B;
}
.TagClassName
{
border-color: #7B920B;
}
</style>