Shades of Pine Green #127674
Tints of Pine Green #127674
RGB
CMYK
RGB Variations
Color information
#127674 (or 0x127674) is known color: Pine Green. HEX triplet: 12, 76 and 74. RGB value is (18,118,116). Sum of RGB (Red+Green+Blue) = 18+118+116=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #127674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127674 is #ED898B. Grayscale: #575757. Windows color (decimal): -15567244 or 7632402. OLE color: 7632402.
HSL color Cylindrical-coordinate representation of color #127674: hue angle of 178.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127674 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 116 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.54 |
| HSL | 178.8º | 0.74% | 0.27% | - |
| HSV(B) | 178.8º | 0.85% | 0.46% | - |
| XYZ | 9.88 | 14.35 | 18.77 | - |
| YUV | 87.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 116 | 0.85 | 0 | 0.02 | 0.54 | 178.8 | 0.74 | 0.27 |
| Hex | 12 | 76 | 74 | 55 | 0 | 2 | 36 | B3 | 4A | 1B |
| Octal | 22 | 166 | 164 | 125 | 0 | 2 | 66 | 263 | 112 | 33 |
| Binary | 10010 | 1110110 | 1110100 | 1010101 | 0 | 10 | 110110 | 10110011 | 1001010 | 11011 |
Color Harmonies of #127674
Complementary color
Monochromatic Colors of #127674
Black with #127674
Text Example
Text Example
White with #127674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127674; }
p { color: rgb(18,118,116); }
H1.HeaderClassName
{
color: #127674;
}
.AnyTagClassName
{
color: #127674;
}
</style>
background-color css
<style>
a { background-color: #127674; }
a { background-color: rgb(18,118,116); }
div.DivClassName
{
background-color: #127674;
}
.BgClassName
{
background-color: #127674;
}
</style>
border-color css
<style>
span { border-color: #127674; }
span { border-color: rgb(18,118,116); }
td.TdClassName
{
border-color: #127674;
}
.TagClassName
{
border-color: #127674;
}
</style>