Shades of Green #0B7602
Tints of Green #0B7602
RGB
CMYK
RGB Variations
Color information
#0B7602 (or 0x0B7602) is known color: Green. HEX triplet: 0B, 76 and 02. RGB value is (11,118,2). Sum of RGB (Red+Green+Blue) = 11+118+2=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 118 (46.48% from 255 or 90.08% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7602 is #F489FD. Grayscale: #494949. Windows color (decimal): -16026110 or 161291. OLE color: 161291.
HSL color Cylindrical-coordinate representation of color #0B7602: hue angle of 115.34º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B7602 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 2 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.54 |
| HSL | 115.34º | 0.97% | 0.24% | - |
| HSV(B) | 115.34º | 0.98% | 0.46% | - |
| XYZ | 6.63 | 13.03 | 2.22 | - |
| YUV | 72.78 | 88.05 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 2 | 0.91 | 0 | 0.98 | 0.54 | 115.34 | 0.97 | 0.24 |
| Hex | B | 76 | 2 | 5B | 0 | 62 | 36 | 73 | 61 | 18 |
| Octal | 13 | 166 | 2 | 133 | 0 | 142 | 66 | 163 | 141 | 30 |
| Binary | 1011 | 1110110 | 10 | 1011011 | 0 | 1100010 | 110110 | 1110011 | 1100001 | 11000 |
Color Harmonies of #0B7602
Complementary color
Monochromatic Colors of #0B7602
Black with #0B7602
Text Example
Text Example
White with #0B7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7602; }
p { color: rgb(11,118,2); }
H1.HeaderClassName
{
color: #0B7602;
}
.AnyTagClassName
{
color: #0B7602;
}
</style>
background-color css
<style>
a { background-color: #0B7602; }
a { background-color: rgb(11,118,2); }
div.DivClassName
{
background-color: #0B7602;
}
.BgClassName
{
background-color: #0B7602;
}
</style>
border-color css
<style>
span { border-color: #0B7602; }
span { border-color: rgb(11,118,2); }
td.TdClassName
{
border-color: #0B7602;
}
.TagClassName
{
border-color: #0B7602;
}
</style>