Shades of Green #137F0C
Tints of Green #137F0C
RGB
CMYK
RGB Variations
Color information
#137F0C (or 0x137F0C) is known color: Green. HEX triplet: 13, 7F and 0C. RGB value is (19,127,12). Sum of RGB (Red+Green+Blue) = 19+127+12=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 127 (50% from 255 or 80.38% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 127 - color contains mainly: green. Hex color #137F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137F0C is #EC80F3. Grayscale: #515151. Windows color (decimal): -15499508 or 818963. OLE color: 818963.
HSL color Cylindrical-coordinate representation of color #137F0C: hue angle of 116.35º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #137F0C is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 12 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.50 |
| HSL | 116.35º | 0.83% | 0.27% | - |
| HSV(B) | 116.35º | 0.91% | 0.5% | - |
| XYZ | 7.92 | 15.34 | 2.89 | - |
| YUV | 81.6 | 88.72 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 12 | 0.85 | 0 | 0.91 | 0.50 | 116.35 | 0.83 | 0.27 |
| Hex | 13 | 7F | C | 55 | 0 | 5B | 32 | 74 | 53 | 1B |
| Octal | 23 | 177 | 14 | 125 | 0 | 133 | 62 | 164 | 123 | 33 |
| Binary | 10011 | 1111111 | 1100 | 1010101 | 0 | 1011011 | 110010 | 1110100 | 1010011 | 11011 |
Color Harmonies of #137F0C
Complementary color
Monochromatic Colors of #137F0C
Black with #137F0C
Text Example
Text Example
White with #137F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F0C; }
p { color: rgb(19,127,12); }
H1.HeaderClassName
{
color: #137F0C;
}
.AnyTagClassName
{
color: #137F0C;
}
</style>
background-color css
<style>
a { background-color: #137F0C; }
a { background-color: rgb(19,127,12); }
div.DivClassName
{
background-color: #137F0C;
}
.BgClassName
{
background-color: #137F0C;
}
</style>
border-color css
<style>
span { border-color: #137F0C; }
span { border-color: rgb(19,127,12); }
td.TdClassName
{
border-color: #137F0C;
}
.TagClassName
{
border-color: #137F0C;
}
</style>