Shades of Green #0B810F
Tints of Green #0B810F
RGB
CMYK
RGB Variations
Color information
#0B810F (or 0x0B810F) is known color: Green. HEX triplet: 0B, 81 and 0F. RGB value is (11,129,15). Sum of RGB (Red+Green+Blue) = 11+129+15=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 129 (50.78% from 255 or 83.23% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 129 - color contains mainly: green. Hex color #0B810F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B810F is #F47EF0. Grayscale: #515151. Windows color (decimal): -16023281 or 1016075. OLE color: 1016075.
HSL color Cylindrical-coordinate representation of color #0B810F: hue angle of 122.03º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B810F is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 129 | 15 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.49 |
| HSL | 122.03º | 0.84% | 0.27% | - |
| HSV(B) | 122.03º | 0.91% | 0.51% | - |
| XYZ | 8.07 | 15.81 | 3.08 | - |
| YUV | 80.72 | 90.91 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 129 | 15 | 0.91 | 0 | 0.88 | 0.49 | 122.03 | 0.84 | 0.27 |
| Hex | B | 81 | F | 5B | 0 | 58 | 31 | 7A | 54 | 1B |
| Octal | 13 | 201 | 17 | 133 | 0 | 130 | 61 | 172 | 124 | 33 |
| Binary | 1011 | 10000001 | 1111 | 1011011 | 0 | 1011000 | 110001 | 1111010 | 1010100 | 11011 |
Color Harmonies of #0B810F
Complementary color
Monochromatic Colors of #0B810F
Black with #0B810F
Text Example
Text Example
White with #0B810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B810F; }
p { color: rgb(11,129,15); }
H1.HeaderClassName
{
color: #0B810F;
}
.AnyTagClassName
{
color: #0B810F;
}
</style>
background-color css
<style>
a { background-color: #0B810F; }
a { background-color: rgb(11,129,15); }
div.DivClassName
{
background-color: #0B810F;
}
.BgClassName
{
background-color: #0B810F;
}
</style>
border-color css
<style>
span { border-color: #0B810F; }
span { border-color: rgb(11,129,15); }
td.TdClassName
{
border-color: #0B810F;
}
.TagClassName
{
border-color: #0B810F;
}
</style>