Shades of Pine Green #0A766D
Tints of Pine Green #0A766D
RGB
CMYK
RGB Variations
Color information
#0A766D (or 0x0A766D) is known color: Pine Green. HEX triplet: 0A, 76 and 6D. RGB value is (10,118,109). Sum of RGB (Red+Green+Blue) = 10+118+109=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #0A766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A766D is #F58992. Grayscale: #545454. Windows color (decimal): -16091539 or 7173642. OLE color: 7173642.
HSL color Cylindrical-coordinate representation of color #0A766D: hue angle of 175º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A766D is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 109 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.54 |
| HSL | 175º | 0.84% | 0.25% | - |
| HSV(B) | 175º | 0.92% | 0.46% | - |
| XYZ | 9.36 | 14.13 | 16.7 | - |
| YUV | 84.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 109 | 0.92 | 0 | 0.08 | 0.54 | 175 | 0.84 | 0.25 |
| Hex | A | 76 | 6D | 5C | 0 | 8 | 36 | AF | 54 | 19 |
| Octal | 12 | 166 | 155 | 134 | 0 | 10 | 66 | 257 | 124 | 31 |
| Binary | 1010 | 1110110 | 1101101 | 1011100 | 0 | 1000 | 110110 | 10101111 | 1010100 | 11001 |
Color Harmonies of #0A766D
Complementary color
Monochromatic Colors of #0A766D
Black with #0A766D
Text Example
Text Example
White with #0A766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A766D; }
p { color: rgb(10,118,109); }
H1.HeaderClassName
{
color: #0A766D;
}
.AnyTagClassName
{
color: #0A766D;
}
</style>
background-color css
<style>
a { background-color: #0A766D; }
a { background-color: rgb(10,118,109); }
div.DivClassName
{
background-color: #0A766D;
}
.BgClassName
{
background-color: #0A766D;
}
</style>
border-color css
<style>
span { border-color: #0A766D; }
span { border-color: rgb(10,118,109); }
td.TdClassName
{
border-color: #0A766D;
}
.TagClassName
{
border-color: #0A766D;
}
</style>