Shades of Pine Green #0A7C69
Tints of Pine Green #0A7C69
RGB
CMYK
RGB Variations
Color information
#0A7C69 (or 0x0A7C69) is known color: Pine Green. HEX triplet: 0A, 7C and 69. RGB value is (10,124,105). Sum of RGB (Red+Green+Blue) = 10+124+105=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C69 is #F58396. Grayscale: #575757. Windows color (decimal): -16090007 or 6913034. OLE color: 6913034.
HSL color Cylindrical-coordinate representation of color #0A7C69: hue angle of 170º 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 #0A7C69 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 105 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.51 |
| HSL | 170º | 0.85% | 0.26% | - |
| HSV(B) | 170º | 0.92% | 0.49% | - |
| XYZ | 9.88 | 15.5 | 15.84 | - |
| YUV | 87.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 105 | 0.92 | 0 | 0.15 | 0.51 | 170 | 0.85 | 0.26 |
| Hex | A | 7C | 69 | 5C | 0 | F | 33 | AA | 55 | 1A |
| Octal | 12 | 174 | 151 | 134 | 0 | 17 | 63 | 252 | 125 | 32 |
| Binary | 1010 | 1111100 | 1101001 | 1011100 | 0 | 1111 | 110011 | 10101010 | 1010101 | 11010 |
Color Harmonies of #0A7C69
Complementary color
Monochromatic Colors of #0A7C69
Black with #0A7C69
Text Example
Text Example
White with #0A7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C69; }
p { color: rgb(10,124,105); }
H1.HeaderClassName
{
color: #0A7C69;
}
.AnyTagClassName
{
color: #0A7C69;
}
</style>
background-color css
<style>
a { background-color: #0A7C69; }
a { background-color: rgb(10,124,105); }
div.DivClassName
{
background-color: #0A7C69;
}
.BgClassName
{
background-color: #0A7C69;
}
</style>
border-color css
<style>
span { border-color: #0A7C69; }
span { border-color: rgb(10,124,105); }
td.TdClassName
{
border-color: #0A7C69;
}
.TagClassName
{
border-color: #0A7C69;
}
</style>