Shades of Pine Green #127474
Tints of Pine Green #127474
RGB
CMYK
RGB Variations
Color information
#127474 (or 0x127474) is known color: Pine Green. HEX triplet: 12, 74 and 74. RGB value is (18,116,116). Sum of RGB (Red+Green+Blue) = 18+116+116=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #127474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127474 is #ED8B8B. Grayscale: #565656. Windows color (decimal): -15567756 or 7631890. OLE color: 7631890.
HSL color Cylindrical-coordinate representation of color #127474: hue angle of 180º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127474 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 116 | - |
| CMYK | 0.84 | 0 | 0 | 0.55 |
| HSL | 180º | 0.73% | 0.26% | - |
| HSV(B) | 180º | 0.84% | 0.45% | - |
| XYZ | 9.65 | 13.88 | 18.69 | - |
| YUV | 86.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 116 | 0.84 | 0 | 0 | 0.55 | 180 | 0.73 | 0.26 |
| Hex | 12 | 74 | 74 | 54 | 0 | 0 | 37 | B4 | 49 | 1A |
| Octal | 22 | 164 | 164 | 124 | 0 | 0 | 67 | 264 | 111 | 32 |
| Binary | 10010 | 1110100 | 1110100 | 1010100 | 0 | 0 | 110111 | 10110100 | 1001001 | 11010 |
Color Harmonies of #127474
Complementary color
Monochromatic Colors of #127474
Black with #127474
Text Example
Text Example
White with #127474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127474; }
p { color: rgb(18,116,116); }
H1.HeaderClassName
{
color: #127474;
}
.AnyTagClassName
{
color: #127474;
}
</style>
background-color css
<style>
a { background-color: #127474; }
a { background-color: rgb(18,116,116); }
div.DivClassName
{
background-color: #127474;
}
.BgClassName
{
background-color: #127474;
}
</style>
border-color css
<style>
span { border-color: #127474; }
span { border-color: rgb(18,116,116); }
td.TdClassName
{
border-color: #127474;
}
.TagClassName
{
border-color: #127474;
}
</style>