Shades of Olive #7B810F
Tints of Olive #7B810F
RGB
CMYK
RGB Variations
Color information
#7B810F (or 0x7B810F) is known color: Olive. HEX triplet: 7B, 81 and 0F. RGB value is (123,129,15). Sum of RGB (Red+Green+Blue) = 123+129+15=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #7B810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B810F is #847EF0. Grayscale: #727272. Windows color (decimal): -8683249 or 1016187. OLE color: 1016187.
HSL color Cylindrical-coordinate representation of color #7B810F: hue angle of 63.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B810F is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 129 | 15 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.49 |
| HSL | 63.16º | 0.79% | 0.28% | - |
| HSV(B) | 63.16º | 0.88% | 0.51% | - |
| XYZ | 16.1 | 19.95 | 3.45 | - |
| YUV | 114.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 15 | 0.05 | 0 | 0.88 | 0.49 | 63.16 | 0.79 | 0.28 |
| Hex | 7B | 81 | F | 5 | 0 | 58 | 31 | 3F | 4F | 1C |
| Octal | 173 | 201 | 17 | 5 | 0 | 130 | 61 | 77 | 117 | 34 |
| Binary | 1111011 | 10000001 | 1111 | 101 | 0 | 1011000 | 110001 | 111111 | 1001111 | 11100 |
Color Harmonies of #7B810F
Complementary color
Monochromatic Colors of #7B810F
Black with #7B810F
Text Example
Text Example
White with #7B810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B810F; }
p { color: rgb(123,129,15); }
H1.HeaderClassName
{
color: #7B810F;
}
.AnyTagClassName
{
color: #7B810F;
}
</style>
background-color css
<style>
a { background-color: #7B810F; }
a { background-color: rgb(123,129,15); }
div.DivClassName
{
background-color: #7B810F;
}
.BgClassName
{
background-color: #7B810F;
}
</style>
border-color css
<style>
span { border-color: #7B810F; }
span { border-color: rgb(123,129,15); }
td.TdClassName
{
border-color: #7B810F;
}
.TagClassName
{
border-color: #7B810F;
}
</style>