Shades of Pine Green #127073
Tints of Pine Green #127073
RGB
CMYK
RGB Variations
Color information
#127073 (or 0x127073) is known color: Pine Green. HEX triplet: 12, 70 and 73. RGB value is (18,112,115). Sum of RGB (Red+Green+Blue) = 18+112+115=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #127073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127073 is #ED8F8C. Grayscale: #545454. Windows color (decimal): -15568781 or 7565330. OLE color: 7565330.
HSL color Cylindrical-coordinate representation of color #127073: hue angle of 181.86º 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 #127073 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 112 | 115 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.55 |
| HSL | 181.86º | 0.73% | 0.26% | - |
| HSV(B) | 181.86º | 0.84% | 0.45% | - |
| XYZ | 9.14 | 12.95 | 18.24 | - |
| YUV | 84.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 115 | 0.84 | 0.03 | 0 | 0.55 | 181.86 | 0.73 | 0.26 |
| Hex | 12 | 70 | 73 | 54 | 3 | 0 | 37 | B6 | 49 | 1A |
| Octal | 22 | 160 | 163 | 124 | 3 | 0 | 67 | 266 | 111 | 32 |
| Binary | 10010 | 1110000 | 1110011 | 1010100 | 11 | 0 | 110111 | 10110110 | 1001001 | 11010 |
Color Harmonies of #127073
Complementary color
Monochromatic Colors of #127073
Black with #127073
Text Example
Text Example
White with #127073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127073; }
p { color: rgb(18,112,115); }
H1.HeaderClassName
{
color: #127073;
}
.AnyTagClassName
{
color: #127073;
}
</style>
background-color css
<style>
a { background-color: #127073; }
a { background-color: rgb(18,112,115); }
div.DivClassName
{
background-color: #127073;
}
.BgClassName
{
background-color: #127073;
}
</style>
border-color css
<style>
span { border-color: #127073; }
span { border-color: rgb(18,112,115); }
td.TdClassName
{
border-color: #127073;
}
.TagClassName
{
border-color: #127073;
}
</style>