Shades of Pine Green #12746C
Tints of Pine Green #12746C
RGB
CMYK
RGB Variations
Color information
#12746C (or 0x12746C) is known color: Pine Green. HEX triplet: 12, 74 and 6C. RGB value is (18,116,108). Sum of RGB (Red+Green+Blue) = 18+116+108=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #12746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12746C is #ED8B93. Grayscale: #555555. Windows color (decimal): -15567764 or 7107602. OLE color: 7107602.
HSL color Cylindrical-coordinate representation of color #12746C: hue angle of 175.1º 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 #12746C is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 108 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.55 |
| HSL | 175.1º | 0.73% | 0.26% | - |
| HSV(B) | 175.1º | 0.84% | 0.45% | - |
| XYZ | 9.2 | 13.7 | 16.35 | - |
| YUV | 85.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 108 | 0.84 | 0 | 0.07 | 0.55 | 175.1 | 0.73 | 0.26 |
| Hex | 12 | 74 | 6C | 54 | 0 | 7 | 37 | AF | 49 | 1A |
| Octal | 22 | 164 | 154 | 124 | 0 | 7 | 67 | 257 | 111 | 32 |
| Binary | 10010 | 1110100 | 1101100 | 1010100 | 0 | 111 | 110111 | 10101111 | 1001001 | 11010 |
Color Harmonies of #12746C
Complementary color
Monochromatic Colors of #12746C
Black with #12746C
Text Example
Text Example
White with #12746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12746C; }
p { color: rgb(18,116,108); }
H1.HeaderClassName
{
color: #12746C;
}
.AnyTagClassName
{
color: #12746C;
}
</style>
background-color css
<style>
a { background-color: #12746C; }
a { background-color: rgb(18,116,108); }
div.DivClassName
{
background-color: #12746C;
}
.BgClassName
{
background-color: #12746C;
}
</style>
border-color css
<style>
span { border-color: #12746C; }
span { border-color: rgb(18,116,108); }
td.TdClassName
{
border-color: #12746C;
}
.TagClassName
{
border-color: #12746C;
}
</style>