Shades of Olive #7B700C
Tints of Olive #7B700C
RGB
CMYK
RGB Variations
Color information
#7B700C (or 0x7B700C) is known color: Olive. HEX triplet: 7B, 70 and 0C. RGB value is (123,112,12). Sum of RGB (Red+Green+Blue) = 123+112+12=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B700C is #848FF3. Grayscale: #686868. Windows color (decimal): -8687604 or 815227. OLE color: 815227.
HSL color Cylindrical-coordinate representation of color #7B700C: hue angle of 54.05º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B700C is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 12 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.52 |
| HSL | 54.05º | 0.82% | 0.26% | - |
| HSV(B) | 54.05º | 0.9% | 0.48% | - |
| XYZ | 14.03 | 15.83 | 2.66 | - |
| YUV | 103.89 | 76.14 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 12 | 0 | 0.09 | 0.90 | 0.52 | 54.05 | 0.82 | 0.26 |
| Hex | 7B | 70 | C | 0 | 9 | 5A | 34 | 36 | 52 | 1A |
| Octal | 173 | 160 | 14 | 0 | 11 | 132 | 64 | 66 | 122 | 32 |
| Binary | 1111011 | 1110000 | 1100 | 0 | 1001 | 1011010 | 110100 | 110110 | 1010010 | 11010 |
Color Harmonies of #7B700C
Complementary color
Monochromatic Colors of #7B700C
Black with #7B700C
Text Example
Text Example
White with #7B700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B700C; }
p { color: rgb(123,112,12); }
H1.HeaderClassName
{
color: #7B700C;
}
.AnyTagClassName
{
color: #7B700C;
}
</style>
background-color css
<style>
a { background-color: #7B700C; }
a { background-color: rgb(123,112,12); }
div.DivClassName
{
background-color: #7B700C;
}
.BgClassName
{
background-color: #7B700C;
}
</style>
border-color css
<style>
span { border-color: #7B700C; }
span { border-color: rgb(123,112,12); }
td.TdClassName
{
border-color: #7B700C;
}
.TagClassName
{
border-color: #7B700C;
}
</style>