Shades of Pine Green #0A7B6D
Tints of Pine Green #0A7B6D
RGB
CMYK
RGB Variations
Color information
#0A7B6D (or 0x0A7B6D) is known color: Pine Green. HEX triplet: 0A, 7B and 6D. RGB value is (10,123,109). Sum of RGB (Red+Green+Blue) = 10+123+109=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7B6D is #F58492. Grayscale: #575757. Windows color (decimal): -16090259 or 7174922. OLE color: 7174922.
HSL color Cylindrical-coordinate representation of color #0A7B6D: hue angle of 172.57º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7B6D is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 123 | 109 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.52 |
| HSL | 172.57º | 0.85% | 0.26% | - |
| HSV(B) | 172.57º | 0.92% | 0.48% | - |
| XYZ | 9.97 | 15.33 | 16.9 | - |
| YUV | 87.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 109 | 0.92 | 0 | 0.11 | 0.52 | 172.57 | 0.85 | 0.26 |
| Hex | A | 7B | 6D | 5C | 0 | B | 34 | AD | 55 | 1A |
| Octal | 12 | 173 | 155 | 134 | 0 | 13 | 64 | 255 | 125 | 32 |
| Binary | 1010 | 1111011 | 1101101 | 1011100 | 0 | 1011 | 110100 | 10101101 | 1010101 | 11010 |
Color Harmonies of #0A7B6D
Complementary color
Monochromatic Colors of #0A7B6D
Black with #0A7B6D
Text Example
Text Example
White with #0A7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7B6D; }
p { color: rgb(10,123,109); }
H1.HeaderClassName
{
color: #0A7B6D;
}
.AnyTagClassName
{
color: #0A7B6D;
}
</style>
background-color css
<style>
a { background-color: #0A7B6D; }
a { background-color: rgb(10,123,109); }
div.DivClassName
{
background-color: #0A7B6D;
}
.BgClassName
{
background-color: #0A7B6D;
}
</style>
border-color css
<style>
span { border-color: #0A7B6D; }
span { border-color: rgb(10,123,109); }
td.TdClassName
{
border-color: #0A7B6D;
}
.TagClassName
{
border-color: #0A7B6D;
}
</style>