Shades of Pine Green #0A7166
Tints of Pine Green #0A7166
RGB
CMYK
RGB Variations
Color information
#0A7166 (or 0x0A7166) is known color: Pine Green. HEX triplet: 0A, 71 and 66. RGB value is (10,113,102). Sum of RGB (Red+Green+Blue) = 10+113+102=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7166 is #F58E99. Grayscale: #505050. Windows color (decimal): -16092826 or 6713610. OLE color: 6713610.
HSL color Cylindrical-coordinate representation of color #0A7166: hue angle of 173.59º 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 #0A7166 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 113 | 102 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.56 |
| HSL | 173.59º | 0.84% | 0.24% | - |
| HSV(B) | 173.59º | 0.91% | 0.44% | - |
| XYZ | 8.43 | 12.83 | 14.6 | - |
| YUV | 80.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 102 | 0.91 | 0 | 0.10 | 0.56 | 173.59 | 0.84 | 0.24 |
| Hex | A | 71 | 66 | 5B | 0 | A | 38 | AE | 54 | 18 |
| Octal | 12 | 161 | 146 | 133 | 0 | 12 | 70 | 256 | 124 | 30 |
| Binary | 1010 | 1110001 | 1100110 | 1011011 | 0 | 1010 | 111000 | 10101110 | 1010100 | 11000 |
Color Harmonies of #0A7166
Complementary color
Monochromatic Colors of #0A7166
Black with #0A7166
Text Example
Text Example
White with #0A7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7166; }
p { color: rgb(10,113,102); }
H1.HeaderClassName
{
color: #0A7166;
}
.AnyTagClassName
{
color: #0A7166;
}
</style>
background-color css
<style>
a { background-color: #0A7166; }
a { background-color: rgb(10,113,102); }
div.DivClassName
{
background-color: #0A7166;
}
.BgClassName
{
background-color: #0A7166;
}
</style>
border-color css
<style>
span { border-color: #0A7166; }
span { border-color: rgb(10,113,102); }
td.TdClassName
{
border-color: #0A7166;
}
.TagClassName
{
border-color: #0A7166;
}
</style>