Shades of Pine Green #127A74
Tints of Pine Green #127A74
RGB
CMYK
RGB Variations
Color information
#127A74 (or 0x127A74) is known color: Pine Green. HEX triplet: 12, 7A and 74. RGB value is (18,122,116). Sum of RGB (Red+Green+Blue) = 18+122+116=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #127A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A74 is #ED858B. Grayscale: #5A5A5A. Windows color (decimal): -15566220 or 7633426. OLE color: 7633426.
HSL color Cylindrical-coordinate representation of color #127A74: hue angle of 176.54º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A74 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 116 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.52 |
| HSL | 176.54º | 0.74% | 0.27% | - |
| HSV(B) | 176.54º | 0.85% | 0.48% | - |
| XYZ | 10.36 | 15.31 | 18.93 | - |
| YUV | 90.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 116 | 0.85 | 0 | 0.05 | 0.52 | 176.54 | 0.74 | 0.27 |
| Hex | 12 | 7A | 74 | 55 | 0 | 5 | 34 | B1 | 4A | 1B |
| Octal | 22 | 172 | 164 | 125 | 0 | 5 | 64 | 261 | 112 | 33 |
| Binary | 10010 | 1111010 | 1110100 | 1010101 | 0 | 101 | 110100 | 10110001 | 1001010 | 11011 |
Color Harmonies of #127A74
Complementary color
Monochromatic Colors of #127A74
Black with #127A74
Text Example
Text Example
White with #127A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A74; }
p { color: rgb(18,122,116); }
H1.HeaderClassName
{
color: #127A74;
}
.AnyTagClassName
{
color: #127A74;
}
</style>
background-color css
<style>
a { background-color: #127A74; }
a { background-color: rgb(18,122,116); }
div.DivClassName
{
background-color: #127A74;
}
.BgClassName
{
background-color: #127A74;
}
</style>
border-color css
<style>
span { border-color: #127A74; }
span { border-color: rgb(18,122,116); }
td.TdClassName
{
border-color: #127A74;
}
.TagClassName
{
border-color: #127A74;
}
</style>