Shades of Olive #7B780B
Tints of Olive #7B780B
RGB
CMYK
RGB Variations
Color information
#7B780B (or 0x7B780B) is known color: Olive. HEX triplet: 7B, 78 and 0B. RGB value is (123,120,11). Sum of RGB (Red+Green+Blue) = 123+120+11=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B780B is #8487F4. Grayscale: #6C6C6C. Windows color (decimal): -8685557 or 751739. OLE color: 751739.
HSL color Cylindrical-coordinate representation of color #7B780B: hue angle of 58.39º 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 #7B780B is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 11 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.52 |
| HSL | 58.39º | 0.84% | 0.26% | - |
| HSV(B) | 58.39º | 0.91% | 0.48% | - |
| XYZ | 14.95 | 17.67 | 2.94 | - |
| YUV | 108.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 11 | 0 | 0.02 | 0.91 | 0.52 | 58.39 | 0.84 | 0.26 |
| Hex | 7B | 78 | B | 0 | 2 | 5B | 34 | 3A | 54 | 1A |
| Octal | 173 | 170 | 13 | 0 | 2 | 133 | 64 | 72 | 124 | 32 |
| Binary | 1111011 | 1111000 | 1011 | 0 | 10 | 1011011 | 110100 | 111010 | 1010100 | 11010 |
Color Harmonies of #7B780B
Complementary color
Monochromatic Colors of #7B780B
Black with #7B780B
Text Example
Text Example
White with #7B780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B780B; }
p { color: rgb(123,120,11); }
H1.HeaderClassName
{
color: #7B780B;
}
.AnyTagClassName
{
color: #7B780B;
}
</style>
background-color css
<style>
a { background-color: #7B780B; }
a { background-color: rgb(123,120,11); }
div.DivClassName
{
background-color: #7B780B;
}
.BgClassName
{
background-color: #7B780B;
}
</style>
border-color css
<style>
span { border-color: #7B780B; }
span { border-color: rgb(123,120,11); }
td.TdClassName
{
border-color: #7B780B;
}
.TagClassName
{
border-color: #7B780B;
}
</style>