Shades of Green #0B7604
Tints of Green #0B7604
RGB
CMYK
RGB Variations
Color information
#0B7604 (or 0x0B7604) is known color: Green. HEX triplet: 0B, 76 and 04. RGB value is (11,118,4). Sum of RGB (Red+Green+Blue) = 11+118+4=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 118 (46.48% from 255 or 88.72% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7604 is #F489FB. Grayscale: #494949. Windows color (decimal): -16026108 or 292363. OLE color: 292363.
HSL color Cylindrical-coordinate representation of color #0B7604: hue angle of 116.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B7604 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 4 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.54 |
| HSL | 116.32º | 0.93% | 0.24% | - |
| HSV(B) | 116.32º | 0.97% | 0.46% | - |
| XYZ | 6.64 | 13.04 | 2.28 | - |
| YUV | 73.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 4 | 0.91 | 0 | 0.97 | 0.54 | 116.32 | 0.93 | 0.24 |
| Hex | B | 76 | 4 | 5B | 0 | 61 | 36 | 74 | 5D | 18 |
| Octal | 13 | 166 | 4 | 133 | 0 | 141 | 66 | 164 | 135 | 30 |
| Binary | 1011 | 1110110 | 100 | 1011011 | 0 | 1100001 | 110110 | 1110100 | 1011101 | 11000 |
Color Harmonies of #0B7604
Complementary color
Monochromatic Colors of #0B7604
Black with #0B7604
Text Example
Text Example
White with #0B7604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7604; }
p { color: rgb(11,118,4); }
H1.HeaderClassName
{
color: #0B7604;
}
.AnyTagClassName
{
color: #0B7604;
}
</style>
background-color css
<style>
a { background-color: #0B7604; }
a { background-color: rgb(11,118,4); }
div.DivClassName
{
background-color: #0B7604;
}
.BgClassName
{
background-color: #0B7604;
}
</style>
border-color css
<style>
span { border-color: #0B7604; }
span { border-color: rgb(11,118,4); }
td.TdClassName
{
border-color: #0B7604;
}
.TagClassName
{
border-color: #0B7604;
}
</style>