Shades of Green #136F0B
Tints of Green #136F0B
RGB
CMYK
RGB Variations
Color information
#136F0B (or 0x136F0B) is known color: Green. HEX triplet: 13, 6F and 0B. RGB value is (19,111,11). Sum of RGB (Red+Green+Blue) = 19+111+11=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #136F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F0B is #EC90F4. Grayscale: #484848. Windows color (decimal): -15503605 or 749331. OLE color: 749331.
HSL color Cylindrical-coordinate representation of color #136F0B: hue angle of 115.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #136F0B is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 11 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.56 |
| HSL | 115.2º | 0.82% | 0.24% | - |
| HSV(B) | 115.2º | 0.9% | 0.44% | - |
| XYZ | 6.01 | 11.53 | 2.23 | - |
| YUV | 72.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 11 | 0.83 | 0 | 0.90 | 0.56 | 115.2 | 0.82 | 0.24 |
| Hex | 13 | 6F | B | 53 | 0 | 5A | 38 | 73 | 52 | 18 |
| Octal | 23 | 157 | 13 | 123 | 0 | 132 | 70 | 163 | 122 | 30 |
| Binary | 10011 | 1101111 | 1011 | 1010011 | 0 | 1011010 | 111000 | 1110011 | 1010010 | 11000 |
Color Harmonies of #136F0B
Complementary color
Monochromatic Colors of #136F0B
Black with #136F0B
Text Example
Text Example
White with #136F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F0B; }
p { color: rgb(19,111,11); }
H1.HeaderClassName
{
color: #136F0B;
}
.AnyTagClassName
{
color: #136F0B;
}
</style>
background-color css
<style>
a { background-color: #136F0B; }
a { background-color: rgb(19,111,11); }
div.DivClassName
{
background-color: #136F0B;
}
.BgClassName
{
background-color: #136F0B;
}
</style>
border-color css
<style>
span { border-color: #136F0B; }
span { border-color: rgb(19,111,11); }
td.TdClassName
{
border-color: #136F0B;
}
.TagClassName
{
border-color: #136F0B;
}
</style>