Shades of Green #127504
Tints of Green #127504
RGB
CMYK
RGB Variations
Color information
#127504 (or 0x127504) is known color: Green. HEX triplet: 12, 75 and 04. RGB value is (18,117,4). Sum of RGB (Red+Green+Blue) = 18+117+4=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #127504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127504 is #ED8AFB. Grayscale: #4A4A4A. Windows color (decimal): -15567612 or 292114. OLE color: 292114.
HSL color Cylindrical-coordinate representation of color #127504: hue angle of 112.57º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #127504 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 4 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.54 |
| HSL | 112.57º | 0.93% | 0.24% | - |
| HSV(B) | 112.57º | 0.97% | 0.46% | - |
| XYZ | 6.63 | 12.86 | 2.25 | - |
| YUV | 74.52 | 88.2 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 4 | 0.85 | 0 | 0.97 | 0.54 | 112.57 | 0.93 | 0.24 |
| Hex | 12 | 75 | 4 | 55 | 0 | 61 | 36 | 71 | 5D | 18 |
| Octal | 22 | 165 | 4 | 125 | 0 | 141 | 66 | 161 | 135 | 30 |
| Binary | 10010 | 1110101 | 100 | 1010101 | 0 | 1100001 | 110110 | 1110001 | 1011101 | 11000 |
Color Harmonies of #127504
Complementary color
Monochromatic Colors of #127504
Black with #127504
Text Example
Text Example
White with #127504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127504; }
p { color: rgb(18,117,4); }
H1.HeaderClassName
{
color: #127504;
}
.AnyTagClassName
{
color: #127504;
}
</style>
background-color css
<style>
a { background-color: #127504; }
a { background-color: rgb(18,117,4); }
div.DivClassName
{
background-color: #127504;
}
.BgClassName
{
background-color: #127504;
}
</style>
border-color css
<style>
span { border-color: #127504; }
span { border-color: rgb(18,117,4); }
td.TdClassName
{
border-color: #127504;
}
.TagClassName
{
border-color: #127504;
}
</style>