Shades of Pine Green #127574
Tints of Pine Green #127574
RGB
CMYK
RGB Variations
Color information
#127574 (or 0x127574) is known color: Pine Green. HEX triplet: 12, 75 and 74. RGB value is (18,117,116). Sum of RGB (Red+Green+Blue) = 18+117+116=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #127574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127574 is #ED8A8B. Grayscale: #575757. Windows color (decimal): -15567500 or 7632146. OLE color: 7632146.
HSL color Cylindrical-coordinate representation of color #127574: hue angle of 179.39º 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 #127574 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 116 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.54 |
| HSL | 179.39º | 0.73% | 0.26% | - |
| HSV(B) | 179.39º | 0.85% | 0.46% | - |
| XYZ | 9.76 | 14.11 | 18.73 | - |
| YUV | 87.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 116 | 0.85 | 0 | 0.01 | 0.54 | 179.39 | 0.73 | 0.26 |
| Hex | 12 | 75 | 74 | 55 | 0 | 1 | 36 | B3 | 49 | 1A |
| Octal | 22 | 165 | 164 | 125 | 0 | 1 | 66 | 263 | 111 | 32 |
| Binary | 10010 | 1110101 | 1110100 | 1010101 | 0 | 1 | 110110 | 10110011 | 1001001 | 11010 |
Color Harmonies of #127574
Complementary color
Monochromatic Colors of #127574
Black with #127574
Text Example
Text Example
White with #127574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127574; }
p { color: rgb(18,117,116); }
H1.HeaderClassName
{
color: #127574;
}
.AnyTagClassName
{
color: #127574;
}
</style>
background-color css
<style>
a { background-color: #127574; }
a { background-color: rgb(18,117,116); }
div.DivClassName
{
background-color: #127574;
}
.BgClassName
{
background-color: #127574;
}
</style>
border-color css
<style>
span { border-color: #127574; }
span { border-color: rgb(18,117,116); }
td.TdClassName
{
border-color: #127574;
}
.TagClassName
{
border-color: #127574;
}
</style>