Shades of Green #137F08
Tints of Green #137F08
RGB
CMYK
RGB Variations
Color information
#137F08 (or 0x137F08) is known color: Green. HEX triplet: 13, 7F and 08. RGB value is (19,127,8). Sum of RGB (Red+Green+Blue) = 19+127+8=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 127 (50% from 255 or 82.47% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 127 - color contains mainly: green. Hex color #137F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F08 is #EC80F7. Grayscale: #515151. Windows color (decimal): -15499512 or 556819. OLE color: 556819.
HSL color Cylindrical-coordinate representation of color #137F08: hue angle of 114.45º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #137F08 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 8 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.50 |
| HSL | 114.45º | 0.88% | 0.26% | - |
| HSV(B) | 114.45º | 0.94% | 0.5% | - |
| XYZ | 7.9 | 15.33 | 2.77 | - |
| YUV | 81.14 | 86.72 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 8 | 0.85 | 0 | 0.94 | 0.50 | 114.45 | 0.88 | 0.26 |
| Hex | 13 | 7F | 8 | 55 | 0 | 5E | 32 | 72 | 58 | 1A |
| Octal | 23 | 177 | 10 | 125 | 0 | 136 | 62 | 162 | 130 | 32 |
| Binary | 10011 | 1111111 | 1000 | 1010101 | 0 | 1011110 | 110010 | 1110010 | 1011000 | 11010 |
Color Harmonies of #137F08
Complementary color
Monochromatic Colors of #137F08
Black with #137F08
Text Example
Text Example
White with #137F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F08; }
p { color: rgb(19,127,8); }
H1.HeaderClassName
{
color: #137F08;
}
.AnyTagClassName
{
color: #137F08;
}
</style>
background-color css
<style>
a { background-color: #137F08; }
a { background-color: rgb(19,127,8); }
div.DivClassName
{
background-color: #137F08;
}
.BgClassName
{
background-color: #137F08;
}
</style>
border-color css
<style>
span { border-color: #137F08; }
span { border-color: rgb(19,127,8); }
td.TdClassName
{
border-color: #137F08;
}
.TagClassName
{
border-color: #137F08;
}
</style>