Shades of Pine Green #0A776D
Tints of Pine Green #0A776D
RGB
CMYK
RGB Variations
Color information
#0A776D (or 0x0A776D) is known color: Pine Green. HEX triplet: 0A, 77 and 6D. RGB value is (10,119,109). Sum of RGB (Red+Green+Blue) = 10+119+109=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #0A776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A776D is #F58892. Grayscale: #555555. Windows color (decimal): -16091283 or 7173898. OLE color: 7173898.
HSL color Cylindrical-coordinate representation of color #0A776D: hue angle of 174.5º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A776D is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 109 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.53 |
| HSL | 174.5º | 0.84% | 0.25% | - |
| HSV(B) | 174.5º | 0.92% | 0.47% | - |
| XYZ | 9.48 | 14.36 | 16.74 | - |
| YUV | 85.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 109 | 0.92 | 0 | 0.08 | 0.53 | 174.5 | 0.84 | 0.25 |
| Hex | A | 77 | 6D | 5C | 0 | 8 | 35 | AE | 54 | 19 |
| Octal | 12 | 167 | 155 | 134 | 0 | 10 | 65 | 256 | 124 | 31 |
| Binary | 1010 | 1110111 | 1101101 | 1011100 | 0 | 1000 | 110101 | 10101110 | 1010100 | 11001 |
Color Harmonies of #0A776D
Complementary color
Monochromatic Colors of #0A776D
Black with #0A776D
Text Example
Text Example
White with #0A776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A776D; }
p { color: rgb(10,119,109); }
H1.HeaderClassName
{
color: #0A776D;
}
.AnyTagClassName
{
color: #0A776D;
}
</style>
background-color css
<style>
a { background-color: #0A776D; }
a { background-color: rgb(10,119,109); }
div.DivClassName
{
background-color: #0A776D;
}
.BgClassName
{
background-color: #0A776D;
}
</style>
border-color css
<style>
span { border-color: #0A776D; }
span { border-color: rgb(10,119,109); }
td.TdClassName
{
border-color: #0A776D;
}
.TagClassName
{
border-color: #0A776D;
}
</style>