Shades of Olive #7C850D
Tints of Olive #7C850D
RGB
CMYK
RGB Variations
Color information
#7C850D (or 0x7C850D) is known color: Olive. HEX triplet: 7C, 85 and 0D. RGB value is (124,133,13). Sum of RGB (Red+Green+Blue) = 124+133+13=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #7C850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C850D is #837AF2. Grayscale: #757575. Windows color (decimal): -8616691 or 886140. OLE color: 886140.
HSL color Cylindrical-coordinate representation of color #7C850D: hue angle of 64.5º 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 #7C850D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 13 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.48 |
| HSL | 64.5º | 0.82% | 0.29% | - |
| HSV(B) | 64.5º | 0.9% | 0.52% | - |
| XYZ | 16.77 | 21.09 | 3.57 | - |
| YUV | 116.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 13 | 0.07 | 0 | 0.90 | 0.48 | 64.5 | 0.82 | 0.29 |
| Hex | 7C | 85 | D | 7 | 0 | 5A | 30 | 40 | 52 | 1D |
| Octal | 174 | 205 | 15 | 7 | 0 | 132 | 60 | 100 | 122 | 35 |
| Binary | 1111100 | 10000101 | 1101 | 111 | 0 | 1011010 | 110000 | 1000000 | 1010010 | 11101 |
Color Harmonies of #7C850D
Complementary color
Monochromatic Colors of #7C850D
Black with #7C850D
Text Example
Text Example
White with #7C850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C850D; }
p { color: rgb(124,133,13); }
H1.HeaderClassName
{
color: #7C850D;
}
.AnyTagClassName
{
color: #7C850D;
}
</style>
background-color css
<style>
a { background-color: #7C850D; }
a { background-color: rgb(124,133,13); }
div.DivClassName
{
background-color: #7C850D;
}
.BgClassName
{
background-color: #7C850D;
}
</style>
border-color css
<style>
span { border-color: #7C850D; }
span { border-color: rgb(124,133,13); }
td.TdClassName
{
border-color: #7C850D;
}
.TagClassName
{
border-color: #7C850D;
}
</style>