Shades of Olive #7B880F
Tints of Olive #7B880F
RGB
CMYK
RGB Variations
Color information
#7B880F (or 0x7B880F) is known color: Olive. HEX triplet: 7B, 88 and 0F. RGB value is (123,136,15). Sum of RGB (Red+Green+Blue) = 123+136+15=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #7B880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B880F is #8477F0. Grayscale: #767676. Windows color (decimal): -8681457 or 1017979. OLE color: 1017979.
HSL color Cylindrical-coordinate representation of color #7B880F: hue angle of 66.45º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B880F is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 15 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.47 |
| HSL | 66.45º | 0.8% | 0.3% | - |
| HSV(B) | 66.45º | 0.89% | 0.53% | - |
| XYZ | 17.06 | 21.85 | 3.77 | - |
| YUV | 118.32 | 69.69 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 15 | 0.10 | 0 | 0.89 | 0.47 | 66.45 | 0.8 | 0.3 |
| Hex | 7B | 88 | F | A | 0 | 59 | 2F | 42 | 50 | 1E |
| Octal | 173 | 210 | 17 | 12 | 0 | 131 | 57 | 102 | 120 | 36 |
| Binary | 1111011 | 10001000 | 1111 | 1010 | 0 | 1011001 | 101111 | 1000010 | 1010000 | 11110 |
Color Harmonies of #7B880F
Complementary color
Monochromatic Colors of #7B880F
Black with #7B880F
Text Example
Text Example
White with #7B880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B880F; }
p { color: rgb(123,136,15); }
H1.HeaderClassName
{
color: #7B880F;
}
.AnyTagClassName
{
color: #7B880F;
}
</style>
background-color css
<style>
a { background-color: #7B880F; }
a { background-color: rgb(123,136,15); }
div.DivClassName
{
background-color: #7B880F;
}
.BgClassName
{
background-color: #7B880F;
}
</style>
border-color css
<style>
span { border-color: #7B880F; }
span { border-color: rgb(123,136,15); }
td.TdClassName
{
border-color: #7B880F;
}
.TagClassName
{
border-color: #7B880F;
}
</style>