Shades of Pine Green #0A7273
Tints of Pine Green #0A7273
RGB
CMYK
RGB Variations
Color information
#0A7273 (or 0x0A7273) is known color: Pine Green. HEX triplet: 0A, 72 and 73. RGB value is (10,114,115). Sum of RGB (Red+Green+Blue) = 10+114+115=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A7273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7273 is #F58D8C. Grayscale: #525252. Windows color (decimal): -16092557 or 7565834. OLE color: 7565834.
HSL color Cylindrical-coordinate representation of color #0A7273: hue angle of 180.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7273 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 115 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.55 |
| HSL | 180.57º | 0.84% | 0.25% | - |
| HSV(B) | 180.57º | 0.91% | 0.45% | - |
| XYZ | 9.24 | 13.34 | 18.31 | - |
| YUV | 83.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 115 | 0.91 | 0.01 | 0 | 0.55 | 180.57 | 0.84 | 0.25 |
| Hex | A | 72 | 73 | 5B | 1 | 0 | 37 | B5 | 54 | 19 |
| Octal | 12 | 162 | 163 | 133 | 1 | 0 | 67 | 265 | 124 | 31 |
| Binary | 1010 | 1110010 | 1110011 | 1011011 | 1 | 0 | 110111 | 10110101 | 1010100 | 11001 |
Color Harmonies of #0A7273
Complementary color
Monochromatic Colors of #0A7273
Black with #0A7273
Text Example
Text Example
White with #0A7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7273; }
p { color: rgb(10,114,115); }
H1.HeaderClassName
{
color: #0A7273;
}
.AnyTagClassName
{
color: #0A7273;
}
</style>
background-color css
<style>
a { background-color: #0A7273; }
a { background-color: rgb(10,114,115); }
div.DivClassName
{
background-color: #0A7273;
}
.BgClassName
{
background-color: #0A7273;
}
</style>
border-color css
<style>
span { border-color: #0A7273; }
span { border-color: rgb(10,114,115); }
td.TdClassName
{
border-color: #0A7273;
}
.TagClassName
{
border-color: #0A7273;
}
</style>