Shades of Green #127500
Tints of Green #127500
RGB
CMYK
RGB Variations
Color information
#127500 (or 0x127500) is known color: Green. HEX triplet: 12, 75 and 00. RGB value is (18,117,0). Sum of RGB (Red+Green+Blue) = 18+117+0=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #127500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127500 is #ED8AFF. Grayscale: #4A4A4A. Windows color (decimal): -15567616 or 29970. OLE color: 29970.
HSL color Cylindrical-coordinate representation of color #127500: hue angle of 110.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #127500 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.54 |
| HSL | 110.77º | 1% | 0.23% | - |
| HSV(B) | 110.77º | 1% | 0.46% | - |
| XYZ | 6.61 | 12.85 | 2.13 | - |
| YUV | 74.06 | 86.2 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 0 | 0.85 | 0 | 1 | 0.54 | 110.77 | 1 | 0.23 |
| Hex | 12 | 75 | 0 | 55 | 0 | 64 | 36 | 6F | 64 | 17 |
| Octal | 22 | 165 | 0 | 125 | 0 | 144 | 66 | 157 | 144 | 27 |
| Binary | 10010 | 1110101 | 0 | 1010101 | 0 | 1100100 | 110110 | 1101111 | 1100100 | 10111 |
Color Harmonies of #127500
Complementary color
Monochromatic Colors of #127500
Black with #127500
Text Example
Text Example
White with #127500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127500; }
p { color: rgb(18,117,0); }
H1.HeaderClassName
{
color: #127500;
}
.AnyTagClassName
{
color: #127500;
}
</style>
background-color css
<style>
a { background-color: #127500; }
a { background-color: rgb(18,117,0); }
div.DivClassName
{
background-color: #127500;
}
.BgClassName
{
background-color: #127500;
}
</style>
border-color css
<style>
span { border-color: #127500; }
span { border-color: rgb(18,117,0); }
td.TdClassName
{
border-color: #127500;
}
.TagClassName
{
border-color: #127500;
}
</style>