Shades of Olive #7B8011
Tints of Olive #7B8011
RGB
CMYK
RGB Variations
Color information
#7B8011 (or 0x7B8011) is known color: Olive. HEX triplet: 7B, 80 and 11. RGB value is (123,128,17). Sum of RGB (Red+Green+Blue) = 123+128+17=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8011 is #847FEE. Grayscale: #727272. Windows color (decimal): -8683503 or 1147003. OLE color: 1147003.
HSL color Cylindrical-coordinate representation of color #7B8011: hue angle of 62.7º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B8011 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 17 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.50 |
| HSL | 62.7º | 0.77% | 0.28% | - |
| HSV(B) | 62.7º | 0.87% | 0.5% | - |
| XYZ | 15.99 | 19.69 | 3.49 | - |
| YUV | 113.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 17 | 0.04 | 0 | 0.87 | 0.50 | 62.7 | 0.77 | 0.28 |
| Hex | 7B | 80 | 11 | 4 | 0 | 57 | 32 | 3F | 4D | 1C |
| Octal | 173 | 200 | 21 | 4 | 0 | 127 | 62 | 77 | 115 | 34 |
| Binary | 1111011 | 10000000 | 10001 | 100 | 0 | 1010111 | 110010 | 111111 | 1001101 | 11100 |
Color Harmonies of #7B8011
Complementary color
Monochromatic Colors of #7B8011
Black with #7B8011
Text Example
Text Example
White with #7B8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8011; }
p { color: rgb(123,128,17); }
H1.HeaderClassName
{
color: #7B8011;
}
.AnyTagClassName
{
color: #7B8011;
}
</style>
background-color css
<style>
a { background-color: #7B8011; }
a { background-color: rgb(123,128,17); }
div.DivClassName
{
background-color: #7B8011;
}
.BgClassName
{
background-color: #7B8011;
}
</style>
border-color css
<style>
span { border-color: #7B8011; }
span { border-color: rgb(123,128,17); }
td.TdClassName
{
border-color: #7B8011;
}
.TagClassName
{
border-color: #7B8011;
}
</style>