Shades of Pine Green #0A766B
Tints of Pine Green #0A766B
RGB
CMYK
RGB Variations
Color information
#0A766B (or 0x0A766B) is known color: Pine Green. HEX triplet: 0A, 76 and 6B. RGB value is (10,118,107). Sum of RGB (Red+Green+Blue) = 10+118+107=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #0A766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A766B is #F58994. Grayscale: #545454. Windows color (decimal): -16091541 or 7042570. OLE color: 7042570.
HSL color Cylindrical-coordinate representation of color #0A766B: hue angle of 173.89º 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 #0A766B is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 107 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.54 |
| HSL | 173.89º | 0.84% | 0.25% | - |
| HSV(B) | 173.89º | 0.92% | 0.46% | - |
| XYZ | 9.26 | 14.08 | 16.14 | - |
| YUV | 84.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 107 | 0.92 | 0 | 0.09 | 0.54 | 173.89 | 0.84 | 0.25 |
| Hex | A | 76 | 6B | 5C | 0 | 9 | 36 | AE | 54 | 19 |
| Octal | 12 | 166 | 153 | 134 | 0 | 11 | 66 | 256 | 124 | 31 |
| Binary | 1010 | 1110110 | 1101011 | 1011100 | 0 | 1001 | 110110 | 10101110 | 1010100 | 11001 |
Color Harmonies of #0A766B
Complementary color
Monochromatic Colors of #0A766B
Black with #0A766B
Text Example
Text Example
White with #0A766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A766B; }
p { color: rgb(10,118,107); }
H1.HeaderClassName
{
color: #0A766B;
}
.AnyTagClassName
{
color: #0A766B;
}
</style>
background-color css
<style>
a { background-color: #0A766B; }
a { background-color: rgb(10,118,107); }
div.DivClassName
{
background-color: #0A766B;
}
.BgClassName
{
background-color: #0A766B;
}
</style>
border-color css
<style>
span { border-color: #0A766B; }
span { border-color: rgb(10,118,107); }
td.TdClassName
{
border-color: #0A766B;
}
.TagClassName
{
border-color: #0A766B;
}
</style>