Shades of Pine Green #0A6F71
Tints of Pine Green #0A6F71
RGB
CMYK
RGB Variations
Color information
#0A6F71 (or 0x0A6F71) is known color: Pine Green. HEX triplet: 0A, 6F and 71. RGB value is (10,111,113). Sum of RGB (Red+Green+Blue) = 10+111+113=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A6F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6F71 is #F5908E. Grayscale: #505050. Windows color (decimal): -16093327 or 7433994. OLE color: 7433994.
HSL color Cylindrical-coordinate representation of color #0A6F71: hue angle of 181.17º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F71 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 111 | 113 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.56 |
| HSL | 181.17º | 0.84% | 0.24% | - |
| HSV(B) | 181.17º | 0.91% | 0.44% | - |
| XYZ | 8.79 | 12.63 | 17.6 | - |
| YUV | 81.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 113 | 0.91 | 0.02 | 0 | 0.56 | 181.17 | 0.84 | 0.24 |
| Hex | A | 6F | 71 | 5B | 2 | 0 | 38 | B5 | 54 | 18 |
| Octal | 12 | 157 | 161 | 133 | 2 | 0 | 70 | 265 | 124 | 30 |
| Binary | 1010 | 1101111 | 1110001 | 1011011 | 10 | 0 | 111000 | 10110101 | 1010100 | 11000 |
Color Harmonies of #0A6F71
Complementary color
Monochromatic Colors of #0A6F71
Black with #0A6F71
Text Example
Text Example
White with #0A6F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6F71; }
p { color: rgb(10,111,113); }
H1.HeaderClassName
{
color: #0A6F71;
}
.AnyTagClassName
{
color: #0A6F71;
}
</style>
background-color css
<style>
a { background-color: #0A6F71; }
a { background-color: rgb(10,111,113); }
div.DivClassName
{
background-color: #0A6F71;
}
.BgClassName
{
background-color: #0A6F71;
}
</style>
border-color css
<style>
span { border-color: #0A6F71; }
span { border-color: rgb(10,111,113); }
td.TdClassName
{
border-color: #0A6F71;
}
.TagClassName
{
border-color: #0A6F71;
}
</style>