Shades of Pine Green #0A7F6E
Tints of Pine Green #0A7F6E
RGB
CMYK
RGB Variations
Color information
#0A7F6E (or 0x0A7F6E) is known color: Pine Green. HEX triplet: 0A, 7F and 6E. RGB value is (10,127,110). Sum of RGB (Red+Green+Blue) = 10+127+110=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7F6E is #F58091. Grayscale: #5A5A5A. Windows color (decimal): -16089234 or 7241482. OLE color: 7241482.
HSL color Cylindrical-coordinate representation of color #0A7F6E: hue angle of 171.28º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7F6E is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 127 | 110 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.50 |
| HSL | 171.28º | 0.85% | 0.27% | - |
| HSV(B) | 171.28º | 0.92% | 0.5% | - |
| XYZ | 10.53 | 16.37 | 17.36 | - |
| YUV | 90.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 127 | 110 | 0.92 | 0 | 0.13 | 0.50 | 171.28 | 0.85 | 0.27 |
| Hex | A | 7F | 6E | 5C | 0 | D | 32 | AB | 55 | 1B |
| Octal | 12 | 177 | 156 | 134 | 0 | 15 | 62 | 253 | 125 | 33 |
| Binary | 1010 | 1111111 | 1101110 | 1011100 | 0 | 1101 | 110010 | 10101011 | 1010101 | 11011 |
Color Harmonies of #0A7F6E
Complementary color
Monochromatic Colors of #0A7F6E
Black with #0A7F6E
Text Example
Text Example
White with #0A7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7F6E; }
p { color: rgb(10,127,110); }
H1.HeaderClassName
{
color: #0A7F6E;
}
.AnyTagClassName
{
color: #0A7F6E;
}
</style>
background-color css
<style>
a { background-color: #0A7F6E; }
a { background-color: rgb(10,127,110); }
div.DivClassName
{
background-color: #0A7F6E;
}
.BgClassName
{
background-color: #0A7F6E;
}
</style>
border-color css
<style>
span { border-color: #0A7F6E; }
span { border-color: rgb(10,127,110); }
td.TdClassName
{
border-color: #0A7F6E;
}
.TagClassName
{
border-color: #0A7F6E;
}
</style>