Shades of Green #0B7601
Tints of Green #0B7601
RGB
CMYK
RGB Variations
Color information
#0B7601 (or 0x0B7601) is known color: Green. HEX triplet: 0B, 76 and 01. RGB value is (11,118,1). Sum of RGB (Red+Green+Blue) = 11+118+1=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 118 (46.48% from 255 or 90.77% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7601 is #F489FE. Grayscale: #494949. Windows color (decimal): -16026111 or 95755. OLE color: 95755.
HSL color Cylindrical-coordinate representation of color #0B7601: hue angle of 114.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B7601 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.54 |
| HSL | 114.87º | 0.98% | 0.23% | - |
| HSV(B) | 114.87º | 0.99% | 0.46% | - |
| XYZ | 6.62 | 13.03 | 2.19 | - |
| YUV | 72.67 | 87.55 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 1 | 0.91 | 0 | 0.99 | 0.54 | 114.87 | 0.98 | 0.23 |
| Hex | B | 76 | 1 | 5B | 0 | 63 | 36 | 73 | 62 | 17 |
| Octal | 13 | 166 | 1 | 133 | 0 | 143 | 66 | 163 | 142 | 27 |
| Binary | 1011 | 1110110 | 1 | 1011011 | 0 | 1100011 | 110110 | 1110011 | 1100010 | 10111 |
Color Harmonies of #0B7601
Complementary color
Monochromatic Colors of #0B7601
Black with #0B7601
Text Example
Text Example
White with #0B7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7601; }
p { color: rgb(11,118,1); }
H1.HeaderClassName
{
color: #0B7601;
}
.AnyTagClassName
{
color: #0B7601;
}
</style>
background-color css
<style>
a { background-color: #0B7601; }
a { background-color: rgb(11,118,1); }
div.DivClassName
{
background-color: #0B7601;
}
.BgClassName
{
background-color: #0B7601;
}
</style>
border-color css
<style>
span { border-color: #0B7601; }
span { border-color: rgb(11,118,1); }
td.TdClassName
{
border-color: #0B7601;
}
.TagClassName
{
border-color: #0B7601;
}
</style>