Shades of Green #0B7719
Tints of Green #0B7719
RGB
CMYK
RGB Variations
Color information
#0B7719 (or 0x0B7719) is known color: Green. HEX triplet: 0B, 77 and 19. RGB value is (11,119,25). Sum of RGB (Red+Green+Blue) = 11+119+25=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7719 is #F488E6. Grayscale: #4C4C4C. Windows color (decimal): -16025831 or 1668875. OLE color: 1668875.
HSL color Cylindrical-coordinate representation of color #0B7719: hue angle of 127.78º 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 #0B7719 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 119 | 25 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.53 |
| HSL | 127.78º | 0.83% | 0.25% | - |
| HSV(B) | 127.78º | 0.91% | 0.47% | - |
| XYZ | 6.91 | 13.33 | 3.13 | - |
| YUV | 75.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 25 | 0.91 | 0 | 0.79 | 0.53 | 127.78 | 0.83 | 0.25 |
| Hex | B | 77 | 19 | 5B | 0 | 4F | 35 | 80 | 53 | 19 |
| Octal | 13 | 167 | 31 | 133 | 0 | 117 | 65 | 200 | 123 | 31 |
| Binary | 1011 | 1110111 | 11001 | 1011011 | 0 | 1001111 | 110101 | 10000000 | 1010011 | 11001 |
Color Harmonies of #0B7719
Complementary color
Monochromatic Colors of #0B7719
Black with #0B7719
Text Example
Text Example
White with #0B7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7719; }
p { color: rgb(11,119,25); }
H1.HeaderClassName
{
color: #0B7719;
}
.AnyTagClassName
{
color: #0B7719;
}
</style>
background-color css
<style>
a { background-color: #0B7719; }
a { background-color: rgb(11,119,25); }
div.DivClassName
{
background-color: #0B7719;
}
.BgClassName
{
background-color: #0B7719;
}
</style>
border-color css
<style>
span { border-color: #0B7719; }
span { border-color: rgb(11,119,25); }
td.TdClassName
{
border-color: #0B7719;
}
.TagClassName
{
border-color: #0B7719;
}
</style>