Shades of Green #0B7503
Tints of Green #0B7503
RGB
CMYK
RGB Variations
Color information
#0B7503 (or 0x0B7503) is known color: Green. HEX triplet: 0B, 75 and 03. RGB value is (11,117,3). Sum of RGB (Red+Green+Blue) = 11+117+3=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 117 (46.09% from 255 or 89.31% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7503 is #F48AFC. Grayscale: #484848. Windows color (decimal): -16026365 or 226571. OLE color: 226571.
HSL color Cylindrical-coordinate representation of color #0B7503: hue angle of 115.79º degrees, saturation: 0.95, 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 #0B7503 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 3 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.54 |
| HSL | 115.79º | 0.95% | 0.24% | - |
| HSV(B) | 115.79º | 0.97% | 0.46% | - |
| XYZ | 6.52 | 12.8 | 2.21 | - |
| YUV | 72.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 3 | 0.91 | 0 | 0.97 | 0.54 | 115.79 | 0.95 | 0.24 |
| Hex | B | 75 | 3 | 5B | 0 | 61 | 36 | 74 | 5F | 18 |
| Octal | 13 | 165 | 3 | 133 | 0 | 141 | 66 | 164 | 137 | 30 |
| Binary | 1011 | 1110101 | 11 | 1011011 | 0 | 1100001 | 110110 | 1110100 | 1011111 | 11000 |
Color Harmonies of #0B7503
Complementary color
Monochromatic Colors of #0B7503
Black with #0B7503
Text Example
Text Example
White with #0B7503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7503; }
p { color: rgb(11,117,3); }
H1.HeaderClassName
{
color: #0B7503;
}
.AnyTagClassName
{
color: #0B7503;
}
</style>
background-color css
<style>
a { background-color: #0B7503; }
a { background-color: rgb(11,117,3); }
div.DivClassName
{
background-color: #0B7503;
}
.BgClassName
{
background-color: #0B7503;
}
</style>
border-color css
<style>
span { border-color: #0B7503; }
span { border-color: rgb(11,117,3); }
td.TdClassName
{
border-color: #0B7503;
}
.TagClassName
{
border-color: #0B7503;
}
</style>