Shades of Green #136F10
Tints of Green #136F10
RGB
CMYK
RGB Variations
Color information
#136F10 (or 0x136F10) is known color: Green. HEX triplet: 13, 6F and 10. RGB value is (19,111,16). Sum of RGB (Red+Green+Blue) = 19+111+16=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 111 (43.75% from 255 or 76.03% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 111 - color contains mainly: green. Hex color #136F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F10 is #EC90EF. Grayscale: #484848. Windows color (decimal): -15503600 or 1077011. OLE color: 1077011.
HSL color Cylindrical-coordinate representation of color #136F10: hue angle of 118.11º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136F10 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 16 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.56 |
| HSL | 118.11º | 0.75% | 0.25% | - |
| HSV(B) | 118.11º | 0.86% | 0.44% | - |
| XYZ | 6.05 | 11.54 | 2.4 | - |
| YUV | 72.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 16 | 0.83 | 0 | 0.86 | 0.56 | 118.11 | 0.75 | 0.25 |
| Hex | 13 | 6F | 10 | 53 | 0 | 56 | 38 | 76 | 4B | 19 |
| Octal | 23 | 157 | 20 | 123 | 0 | 126 | 70 | 166 | 113 | 31 |
| Binary | 10011 | 1101111 | 10000 | 1010011 | 0 | 1010110 | 111000 | 1110110 | 1001011 | 11001 |
Color Harmonies of #136F10
Complementary color
Monochromatic Colors of #136F10
Black with #136F10
Text Example
Text Example
White with #136F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F10; }
p { color: rgb(19,111,16); }
H1.HeaderClassName
{
color: #136F10;
}
.AnyTagClassName
{
color: #136F10;
}
</style>
background-color css
<style>
a { background-color: #136F10; }
a { background-color: rgb(19,111,16); }
div.DivClassName
{
background-color: #136F10;
}
.BgClassName
{
background-color: #136F10;
}
</style>
border-color css
<style>
span { border-color: #136F10; }
span { border-color: rgb(19,111,16); }
td.TdClassName
{
border-color: #136F10;
}
.TagClassName
{
border-color: #136F10;
}
</style>