Shades of Olive #7B800F
Tints of Olive #7B800F
RGB
CMYK
RGB Variations
Color information
#7B800F (or 0x7B800F) is known color: Olive. HEX triplet: 7B, 80 and 0F. RGB value is (123,128,15). Sum of RGB (Red+Green+Blue) = 123+128+15=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #7B800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B800F is #847FF0. Grayscale: #727272. Windows color (decimal): -8683505 or 1015931. OLE color: 1015931.
HSL color Cylindrical-coordinate representation of color #7B800F: hue angle of 62.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B800F is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 15 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.50 |
| HSL | 62.65º | 0.79% | 0.28% | - |
| HSV(B) | 62.65º | 0.88% | 0.5% | - |
| XYZ | 15.97 | 19.68 | 3.41 | - |
| YUV | 113.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 15 | 0.04 | 0 | 0.88 | 0.50 | 62.65 | 0.79 | 0.28 |
| Hex | 7B | 80 | F | 4 | 0 | 58 | 32 | 3F | 4F | 1C |
| Octal | 173 | 200 | 17 | 4 | 0 | 130 | 62 | 77 | 117 | 34 |
| Binary | 1111011 | 10000000 | 1111 | 100 | 0 | 1011000 | 110010 | 111111 | 1001111 | 11100 |
Color Harmonies of #7B800F
Complementary color
Monochromatic Colors of #7B800F
Black with #7B800F
Text Example
Text Example
White with #7B800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B800F; }
p { color: rgb(123,128,15); }
H1.HeaderClassName
{
color: #7B800F;
}
.AnyTagClassName
{
color: #7B800F;
}
</style>
background-color css
<style>
a { background-color: #7B800F; }
a { background-color: rgb(123,128,15); }
div.DivClassName
{
background-color: #7B800F;
}
.BgClassName
{
background-color: #7B800F;
}
</style>
border-color css
<style>
span { border-color: #7B800F; }
span { border-color: rgb(123,128,15); }
td.TdClassName
{
border-color: #7B800F;
}
.TagClassName
{
border-color: #7B800F;
}
</style>