Shades of Pine Green #127573
Tints of Pine Green #127573
RGB
CMYK
RGB Variations
Color information
#127573 (or 0x127573) is known color: Pine Green. HEX triplet: 12, 75 and 73. RGB value is (18,117,115). Sum of RGB (Red+Green+Blue) = 18+117+115=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #127573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127573 is #ED8A8C. Grayscale: #575757. Windows color (decimal): -15567501 or 7566610. OLE color: 7566610.
HSL color Cylindrical-coordinate representation of color #127573: hue angle of 178.79º 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 #127573 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 115 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.54 |
| HSL | 178.79º | 0.73% | 0.26% | - |
| HSV(B) | 178.79º | 0.85% | 0.46% | - |
| XYZ | 9.71 | 14.09 | 18.43 | - |
| YUV | 87.17 | 143.7 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 115 | 0.85 | 0 | 0.02 | 0.54 | 178.79 | 0.73 | 0.26 |
| Hex | 12 | 75 | 73 | 55 | 0 | 2 | 36 | B3 | 49 | 1A |
| Octal | 22 | 165 | 163 | 125 | 0 | 2 | 66 | 263 | 111 | 32 |
| Binary | 10010 | 1110101 | 1110011 | 1010101 | 0 | 10 | 110110 | 10110011 | 1001001 | 11010 |
Color Harmonies of #127573
Complementary color
Monochromatic Colors of #127573
Black with #127573
Text Example
Text Example
White with #127573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127573; }
p { color: rgb(18,117,115); }
H1.HeaderClassName
{
color: #127573;
}
.AnyTagClassName
{
color: #127573;
}
</style>
background-color css
<style>
a { background-color: #127573; }
a { background-color: rgb(18,117,115); }
div.DivClassName
{
background-color: #127573;
}
.BgClassName
{
background-color: #127573;
}
</style>
border-color css
<style>
span { border-color: #127573; }
span { border-color: rgb(18,117,115); }
td.TdClassName
{
border-color: #127573;
}
.TagClassName
{
border-color: #127573;
}
</style>