Shades of Green #0B7718
Tints of Green #0B7718
RGB
CMYK
RGB Variations
Color information
#0B7718 (or 0x0B7718) is known color: Green. HEX triplet: 0B, 77 and 18. RGB value is (11,119,24). Sum of RGB (Red+Green+Blue) = 11+119+24=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7718 is #F488E7. Grayscale: #4C4C4C. Windows color (decimal): -16025832 or 1603339. OLE color: 1603339.
HSL color Cylindrical-coordinate representation of color #0B7718: hue angle of 127.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7718 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 119 | 24 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.53 |
| HSL | 127.22º | 0.83% | 0.25% | - |
| HSV(B) | 127.22º | 0.91% | 0.47% | - |
| XYZ | 6.9 | 13.33 | 3.07 | - |
| YUV | 75.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 24 | 0.91 | 0 | 0.80 | 0.53 | 127.22 | 0.83 | 0.25 |
| Hex | B | 77 | 18 | 5B | 0 | 50 | 35 | 7F | 53 | 19 |
| Octal | 13 | 167 | 30 | 133 | 0 | 120 | 65 | 177 | 123 | 31 |
| Binary | 1011 | 1110111 | 11000 | 1011011 | 0 | 1010000 | 110101 | 1111111 | 1010011 | 11001 |
Color Harmonies of #0B7718
Complementary color
Monochromatic Colors of #0B7718
Black with #0B7718
Text Example
Text Example
White with #0B7718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7718; }
p { color: rgb(11,119,24); }
H1.HeaderClassName
{
color: #0B7718;
}
.AnyTagClassName
{
color: #0B7718;
}
</style>
background-color css
<style>
a { background-color: #0B7718; }
a { background-color: rgb(11,119,24); }
div.DivClassName
{
background-color: #0B7718;
}
.BgClassName
{
background-color: #0B7718;
}
</style>
border-color css
<style>
span { border-color: #0B7718; }
span { border-color: rgb(11,119,24); }
td.TdClassName
{
border-color: #0B7718;
}
.TagClassName
{
border-color: #0B7718;
}
</style>