Shades of Pine Green #0A7066
Tints of Pine Green #0A7066
RGB
CMYK
RGB Variations
Color information
#0A7066 (or 0x0A7066) is known color: Pine Green. HEX triplet: 0A, 70 and 66. RGB value is (10,112,102). Sum of RGB (Red+Green+Blue) = 10+112+102=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7066 is #F58F99. Grayscale: #505050. Windows color (decimal): -16093082 or 6713354. OLE color: 6713354.
HSL color Cylindrical-coordinate representation of color #0A7066: hue angle of 174.12º 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 #0A7066 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 102 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.56 |
| HSL | 174.12º | 0.84% | 0.24% | - |
| HSV(B) | 174.12º | 0.91% | 0.44% | - |
| XYZ | 8.32 | 12.61 | 14.57 | - |
| YUV | 80.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 102 | 0.91 | 0 | 0.09 | 0.56 | 174.12 | 0.84 | 0.24 |
| Hex | A | 70 | 66 | 5B | 0 | 9 | 38 | AE | 54 | 18 |
| Octal | 12 | 160 | 146 | 133 | 0 | 11 | 70 | 256 | 124 | 30 |
| Binary | 1010 | 1110000 | 1100110 | 1011011 | 0 | 1001 | 111000 | 10101110 | 1010100 | 11000 |
Color Harmonies of #0A7066
Complementary color
Monochromatic Colors of #0A7066
Black with #0A7066
Text Example
Text Example
White with #0A7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7066; }
p { color: rgb(10,112,102); }
H1.HeaderClassName
{
color: #0A7066;
}
.AnyTagClassName
{
color: #0A7066;
}
</style>
background-color css
<style>
a { background-color: #0A7066; }
a { background-color: rgb(10,112,102); }
div.DivClassName
{
background-color: #0A7066;
}
.BgClassName
{
background-color: #0A7066;
}
</style>
border-color css
<style>
span { border-color: #0A7066; }
span { border-color: rgb(10,112,102); }
td.TdClassName
{
border-color: #0A7066;
}
.TagClassName
{
border-color: #0A7066;
}
</style>