Shades of Olive #7B8705
Tints of Olive #7B8705
RGB
CMYK
RGB Variations
Color information
#7B8705 (or 0x7B8705) is known color: Olive. HEX triplet: 7B, 87 and 05. RGB value is (123,135,5). Sum of RGB (Red+Green+Blue) = 123+135+5=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8705 is #8478FA. Grayscale: #757575. Windows color (decimal): -8681723 or 362363. OLE color: 362363.
HSL color Cylindrical-coordinate representation of color #7B8705: hue angle of 65.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B8705 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.47 |
| HSL | 65.54º | 0.93% | 0.27% | - |
| HSV(B) | 65.54º | 0.96% | 0.53% | - |
| XYZ | 16.86 | 21.55 | 3.41 | - |
| YUV | 116.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 5 | 0.09 | 0 | 0.96 | 0.47 | 65.54 | 0.93 | 0.27 |
| Hex | 7B | 87 | 5 | 9 | 0 | 60 | 2F | 42 | 5D | 1B |
| Octal | 173 | 207 | 5 | 11 | 0 | 140 | 57 | 102 | 135 | 33 |
| Binary | 1111011 | 10000111 | 101 | 1001 | 0 | 1100000 | 101111 | 1000010 | 1011101 | 11011 |
Color Harmonies of #7B8705
Complementary color
Monochromatic Colors of #7B8705
Black with #7B8705
Text Example
Text Example
White with #7B8705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8705; }
p { color: rgb(123,135,5); }
H1.HeaderClassName
{
color: #7B8705;
}
.AnyTagClassName
{
color: #7B8705;
}
</style>
background-color css
<style>
a { background-color: #7B8705; }
a { background-color: rgb(123,135,5); }
div.DivClassName
{
background-color: #7B8705;
}
.BgClassName
{
background-color: #7B8705;
}
</style>
border-color css
<style>
span { border-color: #7B8705; }
span { border-color: rgb(123,135,5); }
td.TdClassName
{
border-color: #7B8705;
}
.TagClassName
{
border-color: #7B8705;
}
</style>