Shades of Green #0B710A
Tints of Green #0B710A
RGB
CMYK
RGB Variations
Color information
#0B710A (or 0x0B710A) is known color: Green. HEX triplet: 0B, 71 and 0A. RGB value is (11,113,10). Sum of RGB (Red+Green+Blue) = 11+113+10=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 113 (44.53% from 255 or 84.33% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 113 - color contains mainly: green. Hex color #0B710A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B710A is #F48EF5. Grayscale: #474747. Windows color (decimal): -16027382 or 684299. OLE color: 684299.
HSL color Cylindrical-coordinate representation of color #0B710A: hue angle of 119.42º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B710A is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 113 | 10 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.56 |
| HSL | 119.42º | 0.84% | 0.24% | - |
| HSV(B) | 119.42º | 0.91% | 0.44% | - |
| XYZ | 6.1 | 11.9 | 2.26 | - |
| YUV | 70.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 113 | 10 | 0.90 | 0 | 0.91 | 0.56 | 119.42 | 0.84 | 0.24 |
| Hex | B | 71 | A | 5A | 0 | 5B | 38 | 77 | 54 | 18 |
| Octal | 13 | 161 | 12 | 132 | 0 | 133 | 70 | 167 | 124 | 30 |
| Binary | 1011 | 1110001 | 1010 | 1011010 | 0 | 1011011 | 111000 | 1110111 | 1010100 | 11000 |
Color Harmonies of #0B710A
Complementary color
Monochromatic Colors of #0B710A
Black with #0B710A
Text Example
Text Example
White with #0B710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B710A; }
p { color: rgb(11,113,10); }
H1.HeaderClassName
{
color: #0B710A;
}
.AnyTagClassName
{
color: #0B710A;
}
</style>
background-color css
<style>
a { background-color: #0B710A; }
a { background-color: rgb(11,113,10); }
div.DivClassName
{
background-color: #0B710A;
}
.BgClassName
{
background-color: #0B710A;
}
</style>
border-color css
<style>
span { border-color: #0B710A; }
span { border-color: rgb(11,113,10); }
td.TdClassName
{
border-color: #0B710A;
}
.TagClassName
{
border-color: #0B710A;
}
</style>