Shades of Olive #7B8005
Tints of Olive #7B8005
RGB
CMYK
RGB Variations
Color information
#7B8005 (or 0x7B8005) is known color: Olive. HEX triplet: 7B, 80 and 05. RGB value is (123,128,5). Sum of RGB (Red+Green+Blue) = 123+128+5=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8005 is #847FFA. Grayscale: #707070. Windows color (decimal): -8683515 or 360571. OLE color: 360571.
HSL color Cylindrical-coordinate representation of color #7B8005: hue angle of 62.44º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B8005 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 5 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.50 |
| HSL | 62.44º | 0.92% | 0.26% | - |
| HSV(B) | 62.44º | 0.96% | 0.5% | - |
| XYZ | 15.91 | 19.66 | 3.1 | - |
| YUV | 112.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 5 | 0.04 | 0 | 0.96 | 0.50 | 62.44 | 0.92 | 0.26 |
| Hex | 7B | 80 | 5 | 4 | 0 | 60 | 32 | 3E | 5C | 1A |
| Octal | 173 | 200 | 5 | 4 | 0 | 140 | 62 | 76 | 134 | 32 |
| Binary | 1111011 | 10000000 | 101 | 100 | 0 | 1100000 | 110010 | 111110 | 1011100 | 11010 |
Color Harmonies of #7B8005
Complementary color
Monochromatic Colors of #7B8005
Black with #7B8005
Text Example
Text Example
White with #7B8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8005; }
p { color: rgb(123,128,5); }
H1.HeaderClassName
{
color: #7B8005;
}
.AnyTagClassName
{
color: #7B8005;
}
</style>
background-color css
<style>
a { background-color: #7B8005; }
a { background-color: rgb(123,128,5); }
div.DivClassName
{
background-color: #7B8005;
}
.BgClassName
{
background-color: #7B8005;
}
</style>
border-color css
<style>
span { border-color: #7B8005; }
span { border-color: rgb(123,128,5); }
td.TdClassName
{
border-color: #7B8005;
}
.TagClassName
{
border-color: #7B8005;
}
</style>