Shades of Green #136F12
Tints of Green #136F12
RGB
CMYK
RGB Variations
Color information
#136F12 (or 0x136F12) is known color: Green. HEX triplet: 13, 6F and 12. RGB value is (19,111,18). Sum of RGB (Red+Green+Blue) = 19+111+18=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 111 (43.75% from 255 or 75% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 111 - color contains mainly: green. Hex color #136F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136F12 is #EC90ED. Grayscale: #494949. Windows color (decimal): -15503598 or 1208083. OLE color: 1208083.
HSL color Cylindrical-coordinate representation of color #136F12: hue angle of 119.35º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136F12 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 111 | 18 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.56 |
| HSL | 119.35º | 0.72% | 0.25% | - |
| HSV(B) | 119.35º | 0.84% | 0.44% | - |
| XYZ | 6.06 | 11.55 | 2.48 | - |
| YUV | 72.89 | 97.02 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 18 | 0.83 | 0 | 0.84 | 0.56 | 119.35 | 0.72 | 0.25 |
| Hex | 13 | 6F | 12 | 53 | 0 | 54 | 38 | 77 | 48 | 19 |
| Octal | 23 | 157 | 22 | 123 | 0 | 124 | 70 | 167 | 110 | 31 |
| Binary | 10011 | 1101111 | 10010 | 1010011 | 0 | 1010100 | 111000 | 1110111 | 1001000 | 11001 |
Color Harmonies of #136F12
Complementary color
Monochromatic Colors of #136F12
Black with #136F12
Text Example
Text Example
White with #136F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F12; }
p { color: rgb(19,111,18); }
H1.HeaderClassName
{
color: #136F12;
}
.AnyTagClassName
{
color: #136F12;
}
</style>
background-color css
<style>
a { background-color: #136F12; }
a { background-color: rgb(19,111,18); }
div.DivClassName
{
background-color: #136F12;
}
.BgClassName
{
background-color: #136F12;
}
</style>
border-color css
<style>
span { border-color: #136F12; }
span { border-color: rgb(19,111,18); }
td.TdClassName
{
border-color: #136F12;
}
.TagClassName
{
border-color: #136F12;
}
</style>