Shades of Pine Green #127B71
Tints of Pine Green #127B71
RGB
CMYK
RGB Variations
Color information
#127B71 (or 0x127B71) is known color: Pine Green. HEX triplet: 12, 7B and 71. RGB value is (18,123,113). Sum of RGB (Red+Green+Blue) = 18+123+113=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 123 - color contains mainly: green. Hex color #127B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B71 is #ED848E. Grayscale: #5A5A5A. Windows color (decimal): -15565967 or 7437074. OLE color: 7437074.
HSL color Cylindrical-coordinate representation of color #127B71: hue angle of 174.29º 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 #127B71 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 113 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.52 |
| HSL | 174.29º | 0.74% | 0.28% | - |
| HSV(B) | 174.29º | 0.85% | 0.48% | - |
| XYZ | 10.31 | 15.49 | 18.07 | - |
| YUV | 90.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 113 | 0.85 | 0 | 0.08 | 0.52 | 174.29 | 0.74 | 0.28 |
| Hex | 12 | 7B | 71 | 55 | 0 | 8 | 34 | AE | 4A | 1C |
| Octal | 22 | 173 | 161 | 125 | 0 | 10 | 64 | 256 | 112 | 34 |
| Binary | 10010 | 1111011 | 1110001 | 1010101 | 0 | 1000 | 110100 | 10101110 | 1001010 | 11100 |
Color Harmonies of #127B71
Complementary color
Monochromatic Colors of #127B71
Black with #127B71
Text Example
Text Example
White with #127B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B71; }
p { color: rgb(18,123,113); }
H1.HeaderClassName
{
color: #127B71;
}
.AnyTagClassName
{
color: #127B71;
}
</style>
background-color css
<style>
a { background-color: #127B71; }
a { background-color: rgb(18,123,113); }
div.DivClassName
{
background-color: #127B71;
}
.BgClassName
{
background-color: #127B71;
}
</style>
border-color css
<style>
span { border-color: #127B71; }
span { border-color: rgb(18,123,113); }
td.TdClassName
{
border-color: #127B71;
}
.TagClassName
{
border-color: #127B71;
}
</style>