Shades of Pine Green #127B72
Tints of Pine Green #127B72
RGB
CMYK
RGB Variations
Color information
#127B72 (or 0x127B72) is known color: Pine Green. HEX triplet: 12, 7B and 72. RGB value is (18,123,114). Sum of RGB (Red+Green+Blue) = 18+123+114=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #127B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B72 is #ED848D. Grayscale: #5A5A5A. Windows color (decimal): -15565966 or 7502610. OLE color: 7502610.
HSL color Cylindrical-coordinate representation of color #127B72: hue angle of 174.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B72 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 114 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.52 |
| HSL | 174.86º | 0.74% | 0.28% | - |
| HSV(B) | 174.86º | 0.85% | 0.48% | - |
| XYZ | 10.37 | 15.51 | 18.37 | - |
| YUV | 90.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 114 | 0.85 | 0 | 0.07 | 0.52 | 174.86 | 0.74 | 0.28 |
| Hex | 12 | 7B | 72 | 55 | 0 | 7 | 34 | AF | 4A | 1C |
| Octal | 22 | 173 | 162 | 125 | 0 | 7 | 64 | 257 | 112 | 34 |
| Binary | 10010 | 1111011 | 1110010 | 1010101 | 0 | 111 | 110100 | 10101111 | 1001010 | 11100 |
Color Harmonies of #127B72
Complementary color
Monochromatic Colors of #127B72
Black with #127B72
Text Example
Text Example
White with #127B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B72; }
p { color: rgb(18,123,114); }
H1.HeaderClassName
{
color: #127B72;
}
.AnyTagClassName
{
color: #127B72;
}
</style>
background-color css
<style>
a { background-color: #127B72; }
a { background-color: rgb(18,123,114); }
div.DivClassName
{
background-color: #127B72;
}
.BgClassName
{
background-color: #127B72;
}
</style>
border-color css
<style>
span { border-color: #127B72; }
span { border-color: rgb(18,123,114); }
td.TdClassName
{
border-color: #127B72;
}
.TagClassName
{
border-color: #127B72;
}
</style>