Shades of Green #127512
Tints of Green #127512
RGB
CMYK
RGB Variations
Color information
#127512 (or 0x127512) is known color: Green. HEX triplet: 12, 75 and 12. RGB value is (18,117,18). Sum of RGB (Red+Green+Blue) = 18+117+18=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #127512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127512 is #ED8AED. Grayscale: #4C4C4C. Windows color (decimal): -15567598 or 1209618. OLE color: 1209618.
HSL color Cylindrical-coordinate representation of color #127512: hue angle of 120º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127512 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 18 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.54 |
| HSL | 120º | 0.73% | 0.26% | - |
| HSV(B) | 120º | 0.85% | 0.46% | - |
| XYZ | 6.72 | 12.89 | 2.71 | - |
| YUV | 76.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 18 | 0.85 | 0 | 0.85 | 0.54 | 120 | 0.73 | 0.26 |
| Hex | 12 | 75 | 12 | 55 | 0 | 55 | 36 | 78 | 49 | 1A |
| Octal | 22 | 165 | 22 | 125 | 0 | 125 | 66 | 170 | 111 | 32 |
| Binary | 10010 | 1110101 | 10010 | 1010101 | 0 | 1010101 | 110110 | 1111000 | 1001001 | 11010 |
Color Harmonies of #127512
Complementary color
Monochromatic Colors of #127512
Black with #127512
Text Example
Text Example
White with #127512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127512; }
p { color: rgb(18,117,18); }
H1.HeaderClassName
{
color: #127512;
}
.AnyTagClassName
{
color: #127512;
}
</style>
background-color css
<style>
a { background-color: #127512; }
a { background-color: rgb(18,117,18); }
div.DivClassName
{
background-color: #127512;
}
.BgClassName
{
background-color: #127512;
}
</style>
border-color css
<style>
span { border-color: #127512; }
span { border-color: rgb(18,117,18); }
td.TdClassName
{
border-color: #127512;
}
.TagClassName
{
border-color: #127512;
}
</style>