Shades of Olive #7C850B
Tints of Olive #7C850B
RGB
CMYK
RGB Variations
Color information
#7C850B (or 0x7C850B) is known color: Olive. HEX triplet: 7C, 85 and 0B. RGB value is (124,133,11). Sum of RGB (Red+Green+Blue) = 124+133+11=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #7C850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C850B is #837AF4. Grayscale: #747474. Windows color (decimal): -8616693 or 755068. OLE color: 755068.
HSL color Cylindrical-coordinate representation of color #7C850B: hue angle of 64.43º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C850B is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 11 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.48 |
| HSL | 64.43º | 0.85% | 0.28% | - |
| HSV(B) | 64.43º | 0.92% | 0.52% | - |
| XYZ | 16.76 | 21.08 | 3.5 | - |
| YUV | 116.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 11 | 0.07 | 0 | 0.92 | 0.48 | 64.43 | 0.85 | 0.28 |
| Hex | 7C | 85 | B | 7 | 0 | 5C | 30 | 40 | 55 | 1C |
| Octal | 174 | 205 | 13 | 7 | 0 | 134 | 60 | 100 | 125 | 34 |
| Binary | 1111100 | 10000101 | 1011 | 111 | 0 | 1011100 | 110000 | 1000000 | 1010101 | 11100 |
Color Harmonies of #7C850B
Complementary color
Monochromatic Colors of #7C850B
Black with #7C850B
Text Example
Text Example
White with #7C850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C850B; }
p { color: rgb(124,133,11); }
H1.HeaderClassName
{
color: #7C850B;
}
.AnyTagClassName
{
color: #7C850B;
}
</style>
background-color css
<style>
a { background-color: #7C850B; }
a { background-color: rgb(124,133,11); }
div.DivClassName
{
background-color: #7C850B;
}
.BgClassName
{
background-color: #7C850B;
}
</style>
border-color css
<style>
span { border-color: #7C850B; }
span { border-color: rgb(124,133,11); }
td.TdClassName
{
border-color: #7C850B;
}
.TagClassName
{
border-color: #7C850B;
}
</style>