Shades of Green #0B7305
Tints of Green #0B7305
RGB
CMYK
RGB Variations
Color information
#0B7305 (or 0x0B7305) is known color: Green. HEX triplet: 0B, 73 and 05. RGB value is (11,115,5). Sum of RGB (Red+Green+Blue) = 11+115+5=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 115 (45.31% from 255 or 87.79% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7305 is #F48CFA. Grayscale: #474747. Windows color (decimal): -16026875 or 357131. OLE color: 357131.
HSL color Cylindrical-coordinate representation of color #0B7305: hue angle of 116.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B7305 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 5 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.55 |
| HSL | 116.73º | 0.92% | 0.24% | - |
| HSV(B) | 116.73º | 0.96% | 0.45% | - |
| XYZ | 6.3 | 12.34 | 2.19 | - |
| YUV | 71.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 5 | 0.90 | 0 | 0.96 | 0.55 | 116.73 | 0.92 | 0.24 |
| Hex | B | 73 | 5 | 5A | 0 | 60 | 37 | 75 | 5C | 18 |
| Octal | 13 | 163 | 5 | 132 | 0 | 140 | 67 | 165 | 134 | 30 |
| Binary | 1011 | 1110011 | 101 | 1011010 | 0 | 1100000 | 110111 | 1110101 | 1011100 | 11000 |
Color Harmonies of #0B7305
Complementary color
Monochromatic Colors of #0B7305
Black with #0B7305
Text Example
Text Example
White with #0B7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7305; }
p { color: rgb(11,115,5); }
H1.HeaderClassName
{
color: #0B7305;
}
.AnyTagClassName
{
color: #0B7305;
}
</style>
background-color css
<style>
a { background-color: #0B7305; }
a { background-color: rgb(11,115,5); }
div.DivClassName
{
background-color: #0B7305;
}
.BgClassName
{
background-color: #0B7305;
}
</style>
border-color css
<style>
span { border-color: #0B7305; }
span { border-color: rgb(11,115,5); }
td.TdClassName
{
border-color: #0B7305;
}
.TagClassName
{
border-color: #0B7305;
}
</style>