Shades of Green #0B710F
Tints of Green #0B710F
RGB
CMYK
RGB Variations
Color information
#0B710F (or 0x0B710F) is known color: Green. HEX triplet: 0B, 71 and 0F. RGB value is (11,113,15). Sum of RGB (Red+Green+Blue) = 11+113+15=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #0B710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B710F is #F48EF0. Grayscale: #474747. Windows color (decimal): -16027377 or 1011979. OLE color: 1011979.
HSL color Cylindrical-coordinate representation of color #0B710F: hue angle of 122.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B710F is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 113 | 15 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.56 |
| HSL | 122.35º | 0.82% | 0.24% | - |
| HSV(B) | 122.35º | 0.9% | 0.44% | - |
| XYZ | 6.13 | 11.92 | 2.43 | - |
| YUV | 71.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 113 | 15 | 0.90 | 0 | 0.87 | 0.56 | 122.35 | 0.82 | 0.24 |
| Hex | B | 71 | F | 5A | 0 | 57 | 38 | 7A | 52 | 18 |
| Octal | 13 | 161 | 17 | 132 | 0 | 127 | 70 | 172 | 122 | 30 |
| Binary | 1011 | 1110001 | 1111 | 1011010 | 0 | 1010111 | 111000 | 1111010 | 1010010 | 11000 |
Color Harmonies of #0B710F
Complementary color
Monochromatic Colors of #0B710F
Black with #0B710F
Text Example
Text Example
White with #0B710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B710F; }
p { color: rgb(11,113,15); }
H1.HeaderClassName
{
color: #0B710F;
}
.AnyTagClassName
{
color: #0B710F;
}
</style>
background-color css
<style>
a { background-color: #0B710F; }
a { background-color: rgb(11,113,15); }
div.DivClassName
{
background-color: #0B710F;
}
.BgClassName
{
background-color: #0B710F;
}
</style>
border-color css
<style>
span { border-color: #0B710F; }
span { border-color: rgb(11,113,15); }
td.TdClassName
{
border-color: #0B710F;
}
.TagClassName
{
border-color: #0B710F;
}
</style>