Shades of Green #0B7E17
Tints of Green #0B7E17
RGB
CMYK
RGB Variations
Color information
#0B7E17 (or 0x0B7E17) is known color: Green. HEX triplet: 0B, 7E and 17. RGB value is (11,126,23). Sum of RGB (Red+Green+Blue) = 11+126+23=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 126 (49.61% from 255 or 78.75% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7E17 is #F481E8. Grayscale: #505050. Windows color (decimal): -16024041 or 1539595. OLE color: 1539595.
HSL color Cylindrical-coordinate representation of color #0B7E17: hue angle of 126.26º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7E17 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 126 | 23 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.51 |
| HSL | 126.26º | 0.84% | 0.27% | - |
| HSV(B) | 126.26º | 0.91% | 0.49% | - |
| XYZ | 7.75 | 15.05 | 3.31 | - |
| YUV | 79.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 126 | 23 | 0.91 | 0 | 0.82 | 0.51 | 126.26 | 0.84 | 0.27 |
| Hex | B | 7E | 17 | 5B | 0 | 52 | 33 | 7E | 54 | 1B |
| Octal | 13 | 176 | 27 | 133 | 0 | 122 | 63 | 176 | 124 | 33 |
| Binary | 1011 | 1111110 | 10111 | 1011011 | 0 | 1010010 | 110011 | 1111110 | 1010100 | 11011 |
Color Harmonies of #0B7E17
Complementary color
Monochromatic Colors of #0B7E17
Black with #0B7E17
Text Example
Text Example
White with #0B7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7E17; }
p { color: rgb(11,126,23); }
H1.HeaderClassName
{
color: #0B7E17;
}
.AnyTagClassName
{
color: #0B7E17;
}
</style>
background-color css
<style>
a { background-color: #0B7E17; }
a { background-color: rgb(11,126,23); }
div.DivClassName
{
background-color: #0B7E17;
}
.BgClassName
{
background-color: #0B7E17;
}
</style>
border-color css
<style>
span { border-color: #0B7E17; }
span { border-color: rgb(11,126,23); }
td.TdClassName
{
border-color: #0B7E17;
}
.TagClassName
{
border-color: #0B7E17;
}
</style>