Shades of Olive #7B740B
Tints of Olive #7B740B
RGB
CMYK
RGB Variations
Color information
#7B740B (or 0x7B740B) is known color: Olive. HEX triplet: 7B, 74 and 0B. RGB value is (123,116,11). Sum of RGB (Red+Green+Blue) = 123+116+11=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B740B is #848BF4. Grayscale: #6A6A6A. Windows color (decimal): -8686581 or 750715. OLE color: 750715.
HSL color Cylindrical-coordinate representation of color #7B740B: hue angle of 56.25º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B740B is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 11 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.52 |
| HSL | 56.25º | 0.84% | 0.26% | - |
| HSV(B) | 56.25º | 0.91% | 0.48% | - |
| XYZ | 14.47 | 16.73 | 2.78 | - |
| YUV | 106.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 11 | 0 | 0.06 | 0.91 | 0.52 | 56.25 | 0.84 | 0.26 |
| Hex | 7B | 74 | B | 0 | 6 | 5B | 34 | 38 | 54 | 1A |
| Octal | 173 | 164 | 13 | 0 | 6 | 133 | 64 | 70 | 124 | 32 |
| Binary | 1111011 | 1110100 | 1011 | 0 | 110 | 1011011 | 110100 | 111000 | 1010100 | 11010 |
Color Harmonies of #7B740B
Complementary color
Monochromatic Colors of #7B740B
Black with #7B740B
Text Example
Text Example
White with #7B740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B740B; }
p { color: rgb(123,116,11); }
H1.HeaderClassName
{
color: #7B740B;
}
.AnyTagClassName
{
color: #7B740B;
}
</style>
background-color css
<style>
a { background-color: #7B740B; }
a { background-color: rgb(123,116,11); }
div.DivClassName
{
background-color: #7B740B;
}
.BgClassName
{
background-color: #7B740B;
}
</style>
border-color css
<style>
span { border-color: #7B740B; }
span { border-color: rgb(123,116,11); }
td.TdClassName
{
border-color: #7B740B;
}
.TagClassName
{
border-color: #7B740B;
}
</style>