Shades of Pine Green #0A7271
Tints of Pine Green #0A7271
RGB
CMYK
RGB Variations
Color information
#0A7271 (or 0x0A7271) is known color: Pine Green. HEX triplet: 0A, 72 and 71. RGB value is (10,114,113). Sum of RGB (Red+Green+Blue) = 10+114+113=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7271 is #F58D8E. Grayscale: #525252. Windows color (decimal): -16092559 or 7434762. OLE color: 7434762.
HSL color Cylindrical-coordinate representation of color #0A7271: hue angle of 179.42º 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 #0A7271 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 113 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.55 |
| HSL | 179.42º | 0.84% | 0.24% | - |
| HSV(B) | 179.42º | 0.91% | 0.45% | - |
| XYZ | 9.12 | 13.29 | 17.71 | - |
| YUV | 82.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 113 | 0.91 | 0 | 0.01 | 0.55 | 179.42 | 0.84 | 0.24 |
| Hex | A | 72 | 71 | 5B | 0 | 1 | 37 | B3 | 54 | 18 |
| Octal | 12 | 162 | 161 | 133 | 0 | 1 | 67 | 263 | 124 | 30 |
| Binary | 1010 | 1110010 | 1110001 | 1011011 | 0 | 1 | 110111 | 10110011 | 1010100 | 11000 |
Color Harmonies of #0A7271
Complementary color
Monochromatic Colors of #0A7271
Black with #0A7271
Text Example
Text Example
White with #0A7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7271; }
p { color: rgb(10,114,113); }
H1.HeaderClassName
{
color: #0A7271;
}
.AnyTagClassName
{
color: #0A7271;
}
</style>
background-color css
<style>
a { background-color: #0A7271; }
a { background-color: rgb(10,114,113); }
div.DivClassName
{
background-color: #0A7271;
}
.BgClassName
{
background-color: #0A7271;
}
</style>
border-color css
<style>
span { border-color: #0A7271; }
span { border-color: rgb(10,114,113); }
td.TdClassName
{
border-color: #0A7271;
}
.TagClassName
{
border-color: #0A7271;
}
</style>