Shades of Green #127506
Tints of Green #127506
RGB
CMYK
RGB Variations
Color information
#127506 (or 0x127506) is known color: Green. HEX triplet: 12, 75 and 06. RGB value is (18,117,6). Sum of RGB (Red+Green+Blue) = 18+117+6=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 117 (46.09% from 255 or 82.98% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 117 - color contains mainly: green. Hex color #127506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127506 is #ED8AF9. Grayscale: #4B4B4B. Windows color (decimal): -15567610 or 423186. OLE color: 423186.
HSL color Cylindrical-coordinate representation of color #127506: hue angle of 113.51º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #127506 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 6 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.54 |
| HSL | 113.51º | 0.9% | 0.24% | - |
| HSV(B) | 113.51º | 0.95% | 0.46% | - |
| XYZ | 6.64 | 12.86 | 2.31 | - |
| YUV | 74.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 6 | 0.85 | 0 | 0.95 | 0.54 | 113.51 | 0.9 | 0.24 |
| Hex | 12 | 75 | 6 | 55 | 0 | 5F | 36 | 72 | 5A | 18 |
| Octal | 22 | 165 | 6 | 125 | 0 | 137 | 66 | 162 | 132 | 30 |
| Binary | 10010 | 1110101 | 110 | 1010101 | 0 | 1011111 | 110110 | 1110010 | 1011010 | 11000 |
Color Harmonies of #127506
Complementary color
Monochromatic Colors of #127506
Black with #127506
Text Example
Text Example
White with #127506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127506; }
p { color: rgb(18,117,6); }
H1.HeaderClassName
{
color: #127506;
}
.AnyTagClassName
{
color: #127506;
}
</style>
background-color css
<style>
a { background-color: #127506; }
a { background-color: rgb(18,117,6); }
div.DivClassName
{
background-color: #127506;
}
.BgClassName
{
background-color: #127506;
}
</style>
border-color css
<style>
span { border-color: #127506; }
span { border-color: rgb(18,117,6); }
td.TdClassName
{
border-color: #127506;
}
.TagClassName
{
border-color: #127506;
}
</style>