Shades of Green #0B7901
Tints of Green #0B7901
RGB
CMYK
RGB Variations
Color information
#0B7901 (or 0x0B7901) is known color: Green. HEX triplet: 0B, 79 and 01. RGB value is (11,121,1). Sum of RGB (Red+Green+Blue) = 11+121+1=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 121 (47.66% from 255 or 90.98% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 121 - color contains mainly: green. Hex color #0B7901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7901 is #F486FE. Grayscale: #4A4A4A. Windows color (decimal): -16025343 or 96523. OLE color: 96523.
HSL color Cylindrical-coordinate representation of color #0B7901: hue angle of 115º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B7901 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 121 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.53 |
| HSL | 115º | 0.98% | 0.24% | - |
| HSV(B) | 115º | 0.99% | 0.47% | - |
| XYZ | 6.98 | 13.75 | 2.31 | - |
| YUV | 74.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 121 | 1 | 0.91 | 0 | 0.99 | 0.53 | 115 | 0.98 | 0.24 |
| Hex | B | 79 | 1 | 5B | 0 | 63 | 35 | 73 | 62 | 18 |
| Octal | 13 | 171 | 1 | 133 | 0 | 143 | 65 | 163 | 142 | 30 |
| Binary | 1011 | 1111001 | 1 | 1011011 | 0 | 1100011 | 110101 | 1110011 | 1100010 | 11000 |
Color Harmonies of #0B7901
Complementary color
Monochromatic Colors of #0B7901
Black with #0B7901
Text Example
Text Example
White with #0B7901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7901; }
p { color: rgb(11,121,1); }
H1.HeaderClassName
{
color: #0B7901;
}
.AnyTagClassName
{
color: #0B7901;
}
</style>
background-color css
<style>
a { background-color: #0B7901; }
a { background-color: rgb(11,121,1); }
div.DivClassName
{
background-color: #0B7901;
}
.BgClassName
{
background-color: #0B7901;
}
</style>
border-color css
<style>
span { border-color: #0B7901; }
span { border-color: rgb(11,121,1); }
td.TdClassName
{
border-color: #0B7901;
}
.TagClassName
{
border-color: #0B7901;
}
</style>