Shades of Olive #7B850D
Tints of Olive #7B850D
RGB
CMYK
RGB Variations
Color information
#7B850D (or 0x7B850D) is known color: Olive. HEX triplet: 7B, 85 and 0D. RGB value is (123,133,13). Sum of RGB (Red+Green+Blue) = 123+133+13=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #7B850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B850D is #847AF2. Grayscale: #747474. Windows color (decimal): -8682227 or 886139. OLE color: 886139.
HSL color Cylindrical-coordinate representation of color #7B850D: hue angle of 65º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B850D is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 13 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.48 |
| HSL | 65º | 0.82% | 0.29% | - |
| HSV(B) | 65º | 0.9% | 0.52% | - |
| XYZ | 16.63 | 21.02 | 3.56 | - |
| YUV | 116.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 13 | 0.08 | 0 | 0.90 | 0.48 | 65 | 0.82 | 0.29 |
| Hex | 7B | 85 | D | 8 | 0 | 5A | 30 | 41 | 52 | 1D |
| Octal | 173 | 205 | 15 | 10 | 0 | 132 | 60 | 101 | 122 | 35 |
| Binary | 1111011 | 10000101 | 1101 | 1000 | 0 | 1011010 | 110000 | 1000001 | 1010010 | 11101 |
Color Harmonies of #7B850D
Complementary color
Monochromatic Colors of #7B850D
Black with #7B850D
Text Example
Text Example
White with #7B850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B850D; }
p { color: rgb(123,133,13); }
H1.HeaderClassName
{
color: #7B850D;
}
.AnyTagClassName
{
color: #7B850D;
}
</style>
background-color css
<style>
a { background-color: #7B850D; }
a { background-color: rgb(123,133,13); }
div.DivClassName
{
background-color: #7B850D;
}
.BgClassName
{
background-color: #7B850D;
}
</style>
border-color css
<style>
span { border-color: #7B850D; }
span { border-color: rgb(123,133,13); }
td.TdClassName
{
border-color: #7B850D;
}
.TagClassName
{
border-color: #7B850D;
}
</style>