Shades of Green #127307
Tints of Green #127307
RGB
CMYK
RGB Variations
Color information
#127307 (or 0x127307) is known color: Green. HEX triplet: 12, 73 and 07. RGB value is (18,115,7). Sum of RGB (Red+Green+Blue) = 18+115+7=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #127307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127307 is #ED8CF8. Grayscale: #4A4A4A. Windows color (decimal): -15568121 or 488210. OLE color: 488210.
HSL color Cylindrical-coordinate representation of color #127307: hue angle of 113.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #127307 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 7 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.55 |
| HSL | 113.89º | 0.89% | 0.24% | - |
| HSV(B) | 113.89º | 0.94% | 0.45% | - |
| XYZ | 6.42 | 12.41 | 2.26 | - |
| YUV | 73.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 7 | 0.84 | 0 | 0.94 | 0.55 | 113.89 | 0.89 | 0.24 |
| Hex | 12 | 73 | 7 | 54 | 0 | 5E | 37 | 72 | 59 | 18 |
| Octal | 22 | 163 | 7 | 124 | 0 | 136 | 67 | 162 | 131 | 30 |
| Binary | 10010 | 1110011 | 111 | 1010100 | 0 | 1011110 | 110111 | 1110010 | 1011001 | 11000 |
Color Harmonies of #127307
Complementary color
Monochromatic Colors of #127307
Black with #127307
Text Example
Text Example
White with #127307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127307; }
p { color: rgb(18,115,7); }
H1.HeaderClassName
{
color: #127307;
}
.AnyTagClassName
{
color: #127307;
}
</style>
background-color css
<style>
a { background-color: #127307; }
a { background-color: rgb(18,115,7); }
div.DivClassName
{
background-color: #127307;
}
.BgClassName
{
background-color: #127307;
}
</style>
border-color css
<style>
span { border-color: #127307; }
span { border-color: rgb(18,115,7); }
td.TdClassName
{
border-color: #127307;
}
.TagClassName
{
border-color: #127307;
}
</style>