Shades of Pine Green #0A7072
Tints of Pine Green #0A7072
RGB
CMYK
RGB Variations
Color information
#0A7072 (or 0x0A7072) is known color: Pine Green. HEX triplet: 0A, 70 and 72. RGB value is (10,112,114). Sum of RGB (Red+Green+Blue) = 10+112+114=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A7072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7072 is #F58F8D. Grayscale: #515151. Windows color (decimal): -16093070 or 7499786. OLE color: 7499786.
HSL color Cylindrical-coordinate representation of color #0A7072: hue angle of 181.15º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7072 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 112 | 114 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.55 |
| HSL | 181.15º | 0.84% | 0.24% | - |
| HSV(B) | 181.15º | 0.91% | 0.45% | - |
| XYZ | 8.96 | 12.87 | 17.93 | - |
| YUV | 81.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 114 | 0.91 | 0.02 | 0 | 0.55 | 181.15 | 0.84 | 0.24 |
| Hex | A | 70 | 72 | 5B | 2 | 0 | 37 | B5 | 54 | 18 |
| Octal | 12 | 160 | 162 | 133 | 2 | 0 | 67 | 265 | 124 | 30 |
| Binary | 1010 | 1110000 | 1110010 | 1011011 | 10 | 0 | 110111 | 10110101 | 1010100 | 11000 |
Color Harmonies of #0A7072
Complementary color
Monochromatic Colors of #0A7072
Black with #0A7072
Text Example
Text Example
White with #0A7072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7072; }
p { color: rgb(10,112,114); }
H1.HeaderClassName
{
color: #0A7072;
}
.AnyTagClassName
{
color: #0A7072;
}
</style>
background-color css
<style>
a { background-color: #0A7072; }
a { background-color: rgb(10,112,114); }
div.DivClassName
{
background-color: #0A7072;
}
.BgClassName
{
background-color: #0A7072;
}
</style>
border-color css
<style>
span { border-color: #0A7072; }
span { border-color: rgb(10,112,114); }
td.TdClassName
{
border-color: #0A7072;
}
.TagClassName
{
border-color: #0A7072;
}
</style>