Shades of Green #0B7101
Tints of Green #0B7101
RGB
CMYK
RGB Variations
Color information
#0B7101 (or 0x0B7101) is known color: Green. HEX triplet: 0B, 71 and 01. RGB value is (11,113,1). Sum of RGB (Red+Green+Blue) = 11+113+1=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 113 (44.53% from 255 or 90.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 113 - color contains mainly: green. Hex color #0B7101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7101 is #F48EFE. Grayscale: #464646. Windows color (decimal): -16027391 or 94475. OLE color: 94475.
HSL color Cylindrical-coordinate representation of color #0B7101: hue angle of 114.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B7101 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 113 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.56 |
| HSL | 114.64º | 0.98% | 0.22% | - |
| HSV(B) | 114.64º | 0.99% | 0.44% | - |
| XYZ | 6.05 | 11.88 | 2 | - |
| YUV | 69.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 113 | 1 | 0.90 | 0 | 0.99 | 0.56 | 114.64 | 0.98 | 0.22 |
| Hex | B | 71 | 1 | 5A | 0 | 63 | 38 | 73 | 62 | 16 |
| Octal | 13 | 161 | 1 | 132 | 0 | 143 | 70 | 163 | 142 | 26 |
| Binary | 1011 | 1110001 | 1 | 1011010 | 0 | 1100011 | 111000 | 1110011 | 1100010 | 10110 |
Color Harmonies of #0B7101
Complementary color
Monochromatic Colors of #0B7101
Black with #0B7101
Text Example
Text Example
White with #0B7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7101; }
p { color: rgb(11,113,1); }
H1.HeaderClassName
{
color: #0B7101;
}
.AnyTagClassName
{
color: #0B7101;
}
</style>
background-color css
<style>
a { background-color: #0B7101; }
a { background-color: rgb(11,113,1); }
div.DivClassName
{
background-color: #0B7101;
}
.BgClassName
{
background-color: #0B7101;
}
</style>
border-color css
<style>
span { border-color: #0B7101; }
span { border-color: rgb(11,113,1); }
td.TdClassName
{
border-color: #0B7101;
}
.TagClassName
{
border-color: #0B7101;
}
</style>