Shades of Pine Green #0A7C6A
Tints of Pine Green #0A7C6A
RGB
CMYK
RGB Variations
Color information
#0A7C6A (or 0x0A7C6A) is known color: Pine Green. HEX triplet: 0A, 7C and 6A. RGB value is (10,124,106). Sum of RGB (Red+Green+Blue) = 10+124+106=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C6A is #F58395. Grayscale: #575757. Windows color (decimal): -16090006 or 6978570. OLE color: 6978570.
HSL color Cylindrical-coordinate representation of color #0A7C6A: hue angle of 170.53º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C6A is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 106 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.51 |
| HSL | 170.53º | 0.85% | 0.26% | - |
| HSV(B) | 170.53º | 0.92% | 0.49% | - |
| XYZ | 9.93 | 15.52 | 16.11 | - |
| YUV | 87.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 106 | 0.92 | 0 | 0.15 | 0.51 | 170.53 | 0.85 | 0.26 |
| Hex | A | 7C | 6A | 5C | 0 | F | 33 | AB | 55 | 1A |
| Octal | 12 | 174 | 152 | 134 | 0 | 17 | 63 | 253 | 125 | 32 |
| Binary | 1010 | 1111100 | 1101010 | 1011100 | 0 | 1111 | 110011 | 10101011 | 1010101 | 11010 |
Color Harmonies of #0A7C6A
Complementary color
Monochromatic Colors of #0A7C6A
Black with #0A7C6A
Text Example
Text Example
White with #0A7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C6A; }
p { color: rgb(10,124,106); }
H1.HeaderClassName
{
color: #0A7C6A;
}
.AnyTagClassName
{
color: #0A7C6A;
}
</style>
background-color css
<style>
a { background-color: #0A7C6A; }
a { background-color: rgb(10,124,106); }
div.DivClassName
{
background-color: #0A7C6A;
}
.BgClassName
{
background-color: #0A7C6A;
}
</style>
border-color css
<style>
span { border-color: #0A7C6A; }
span { border-color: rgb(10,124,106); }
td.TdClassName
{
border-color: #0A7C6A;
}
.TagClassName
{
border-color: #0A7C6A;
}
</style>