Shades of Green #137712
Tints of Green #137712
RGB
CMYK
RGB Variations
Color information
#137712 (or 0x137712) is known color: Green. HEX triplet: 13, 77 and 12. RGB value is (19,119,18). Sum of RGB (Red+Green+Blue) = 19+119+18=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 119 (46.88% from 255 or 76.28% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 119 - color contains mainly: green. Hex color #137712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137712 is #EC88ED. Grayscale: #4D4D4D. Windows color (decimal): -15501550 or 1210131. OLE color: 1210131.
HSL color Cylindrical-coordinate representation of color #137712: hue angle of 119.41º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137712 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 18 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.53 |
| HSL | 119.41º | 0.74% | 0.27% | - |
| HSV(B) | 119.41º | 0.85% | 0.47% | - |
| XYZ | 6.97 | 13.38 | 2.79 | - |
| YUV | 77.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 18 | 0.84 | 0 | 0.85 | 0.53 | 119.41 | 0.74 | 0.27 |
| Hex | 13 | 77 | 12 | 54 | 0 | 55 | 35 | 77 | 4A | 1B |
| Octal | 23 | 167 | 22 | 124 | 0 | 125 | 65 | 167 | 112 | 33 |
| Binary | 10011 | 1110111 | 10010 | 1010100 | 0 | 1010101 | 110101 | 1110111 | 1001010 | 11011 |
Color Harmonies of #137712
Complementary color
Monochromatic Colors of #137712
Black with #137712
Text Example
Text Example
White with #137712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137712; }
p { color: rgb(19,119,18); }
H1.HeaderClassName
{
color: #137712;
}
.AnyTagClassName
{
color: #137712;
}
</style>
background-color css
<style>
a { background-color: #137712; }
a { background-color: rgb(19,119,18); }
div.DivClassName
{
background-color: #137712;
}
.BgClassName
{
background-color: #137712;
}
</style>
border-color css
<style>
span { border-color: #137712; }
span { border-color: rgb(19,119,18); }
td.TdClassName
{
border-color: #137712;
}
.TagClassName
{
border-color: #137712;
}
</style>