Shades of Pine Green #0A7071
Tints of Pine Green #0A7071
RGB
CMYK
RGB Variations
Color information
#0A7071 (or 0x0A7071) is known color: Pine Green. HEX triplet: 0A, 70 and 71. RGB value is (10,112,113). Sum of RGB (Red+Green+Blue) = 10+112+113=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A7071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7071 is #F58F8E. Grayscale: #515151. Windows color (decimal): -16093071 or 7434250. OLE color: 7434250.
HSL color Cylindrical-coordinate representation of color #0A7071: hue angle of 180.58º 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 #0A7071 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 113 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.56 |
| HSL | 180.58º | 0.84% | 0.24% | - |
| HSV(B) | 180.58º | 0.91% | 0.44% | - |
| XYZ | 8.9 | 12.85 | 17.63 | - |
| YUV | 81.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 113 | 0.91 | 0.01 | 0 | 0.56 | 180.58 | 0.84 | 0.24 |
| Hex | A | 70 | 71 | 5B | 1 | 0 | 38 | B5 | 54 | 18 |
| Octal | 12 | 160 | 161 | 133 | 1 | 0 | 70 | 265 | 124 | 30 |
| Binary | 1010 | 1110000 | 1110001 | 1011011 | 1 | 0 | 111000 | 10110101 | 1010100 | 11000 |
Color Harmonies of #0A7071
Complementary color
Monochromatic Colors of #0A7071
Black with #0A7071
Text Example
Text Example
White with #0A7071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7071; }
p { color: rgb(10,112,113); }
H1.HeaderClassName
{
color: #0A7071;
}
.AnyTagClassName
{
color: #0A7071;
}
</style>
background-color css
<style>
a { background-color: #0A7071; }
a { background-color: rgb(10,112,113); }
div.DivClassName
{
background-color: #0A7071;
}
.BgClassName
{
background-color: #0A7071;
}
</style>
border-color css
<style>
span { border-color: #0A7071; }
span { border-color: rgb(10,112,113); }
td.TdClassName
{
border-color: #0A7071;
}
.TagClassName
{
border-color: #0A7071;
}
</style>