Shades of Green #078B0B
Tints of Green #078B0B
RGB
CMYK
RGB Variations
Color information
#078B0B (or 0x078B0B) is known color: Green. HEX triplet: 07, 8B and 0B. RGB value is (7,139,11). Sum of RGB (Red+Green+Blue) = 7+139+11=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 139 (54.69% from 255 or 88.54% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 139 - color contains mainly: green. Hex color #078B0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078B0B is #F874F4. Grayscale: #555555. Windows color (decimal): -16282869 or 756487. OLE color: 756487.
HSL color Cylindrical-coordinate representation of color #078B0B: hue angle of 121.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B0B is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 11 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.45 |
| HSL | 121.82º | 0.9% | 0.29% | - |
| HSV(B) | 121.82º | 0.95% | 0.55% | - |
| XYZ | 9.38 | 18.53 | 3.4 | - |
| YUV | 84.94 | 86.27 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 11 | 0.95 | 0 | 0.92 | 0.45 | 121.82 | 0.9 | 0.29 |
| Hex | 7 | 8B | B | 5F | 0 | 5C | 2D | 7A | 5A | 1D |
| Octal | 7 | 213 | 13 | 137 | 0 | 134 | 55 | 172 | 132 | 35 |
| Binary | 111 | 10001011 | 1011 | 1011111 | 0 | 1011100 | 101101 | 1111010 | 1011010 | 11101 |
Color Harmonies of #078B0B
Complementary color
Monochromatic Colors of #078B0B
Black with #078B0B
Text Example
Text Example
White with #078B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B0B; }
p { color: rgb(7,139,11); }
H1.HeaderClassName
{
color: #078B0B;
}
.AnyTagClassName
{
color: #078B0B;
}
</style>
background-color css
<style>
a { background-color: #078B0B; }
a { background-color: rgb(7,139,11); }
div.DivClassName
{
background-color: #078B0B;
}
.BgClassName
{
background-color: #078B0B;
}
</style>
border-color css
<style>
span { border-color: #078B0B; }
span { border-color: rgb(7,139,11); }
td.TdClassName
{
border-color: #078B0B;
}
.TagClassName
{
border-color: #078B0B;
}
</style>