Shades of Pine Green #0A726F
Tints of Pine Green #0A726F
RGB
CMYK
RGB Variations
Color information
#0A726F (or 0x0A726F) is known color: Pine Green. HEX triplet: 0A, 72 and 6F. RGB value is (10,114,111). Sum of RGB (Red+Green+Blue) = 10+114+111=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #0A726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A726F is #F58D90. Grayscale: #525252. Windows color (decimal): -16092561 or 7303690. OLE color: 7303690.
HSL color Cylindrical-coordinate representation of color #0A726F: hue angle of 178.27º 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 #0A726F is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 111 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.55 |
| HSL | 178.27º | 0.84% | 0.24% | - |
| HSV(B) | 178.27º | 0.91% | 0.45% | - |
| XYZ | 9.01 | 13.25 | 17.12 | - |
| YUV | 82.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 111 | 0.91 | 0 | 0.03 | 0.55 | 178.27 | 0.84 | 0.24 |
| Hex | A | 72 | 6F | 5B | 0 | 3 | 37 | B2 | 54 | 18 |
| Octal | 12 | 162 | 157 | 133 | 0 | 3 | 67 | 262 | 124 | 30 |
| Binary | 1010 | 1110010 | 1101111 | 1011011 | 0 | 11 | 110111 | 10110010 | 1010100 | 11000 |
Color Harmonies of #0A726F
Complementary color
Monochromatic Colors of #0A726F
Black with #0A726F
Text Example
Text Example
White with #0A726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A726F; }
p { color: rgb(10,114,111); }
H1.HeaderClassName
{
color: #0A726F;
}
.AnyTagClassName
{
color: #0A726F;
}
</style>
background-color css
<style>
a { background-color: #0A726F; }
a { background-color: rgb(10,114,111); }
div.DivClassName
{
background-color: #0A726F;
}
.BgClassName
{
background-color: #0A726F;
}
</style>
border-color css
<style>
span { border-color: #0A726F; }
span { border-color: rgb(10,114,111); }
td.TdClassName
{
border-color: #0A726F;
}
.TagClassName
{
border-color: #0A726F;
}
</style>