Shades of Pine Green #127C75
Tints of Pine Green #127C75
RGB
CMYK
RGB Variations
Color information
#127C75 (or 0x127C75) is known color: Pine Green. HEX triplet: 12, 7C and 75. RGB value is (18,124,117). Sum of RGB (Red+Green+Blue) = 18+124+117=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #127C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C75 is #ED838A. Grayscale: #5B5B5B. Windows color (decimal): -15565707 or 7699474. OLE color: 7699474.
HSL color Cylindrical-coordinate representation of color #127C75: hue angle of 176.04º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C75 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 117 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.51 |
| HSL | 176.04º | 0.75% | 0.28% | - |
| HSV(B) | 176.04º | 0.85% | 0.49% | - |
| XYZ | 10.67 | 15.83 | 19.32 | - |
| YUV | 91.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 117 | 0.85 | 0 | 0.06 | 0.51 | 176.04 | 0.75 | 0.28 |
| Hex | 12 | 7C | 75 | 55 | 0 | 6 | 33 | B0 | 4B | 1C |
| Octal | 22 | 174 | 165 | 125 | 0 | 6 | 63 | 260 | 113 | 34 |
| Binary | 10010 | 1111100 | 1110101 | 1010101 | 0 | 110 | 110011 | 10110000 | 1001011 | 11100 |
Color Harmonies of #127C75
Complementary color
Monochromatic Colors of #127C75
Black with #127C75
Text Example
Text Example
White with #127C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C75; }
p { color: rgb(18,124,117); }
H1.HeaderClassName
{
color: #127C75;
}
.AnyTagClassName
{
color: #127C75;
}
</style>
background-color css
<style>
a { background-color: #127C75; }
a { background-color: rgb(18,124,117); }
div.DivClassName
{
background-color: #127C75;
}
.BgClassName
{
background-color: #127C75;
}
</style>
border-color css
<style>
span { border-color: #127C75; }
span { border-color: rgb(18,124,117); }
td.TdClassName
{
border-color: #127C75;
}
.TagClassName
{
border-color: #127C75;
}
</style>