Shades of Pine Green #076E70
Tints of Pine Green #076E70
RGB
CMYK
RGB Variations
Color information
#076E70 (or 0x076E70) is known color: Pine Green. HEX triplet: 07, 6E and 70. RGB value is (7,110,112). Sum of RGB (Red+Green+Blue) = 7+110+112=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #076E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E70 is #F8918F. Grayscale: #4F4F4F. Windows color (decimal): -16290192 or 7368199. OLE color: 7368199.
HSL color Cylindrical-coordinate representation of color #076E70: hue angle of 181.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E70 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 110 | 112 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.56 |
| HSL | 181.14º | 0.88% | 0.23% | - |
| HSV(B) | 181.14º | 0.94% | 0.44% | - |
| XYZ | 8.59 | 12.37 | 17.26 | - |
| YUV | 79.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 112 | 0.94 | 0.02 | 0 | 0.56 | 181.14 | 0.88 | 0.23 |
| Hex | 7 | 6E | 70 | 5E | 2 | 0 | 38 | B5 | 58 | 17 |
| Octal | 7 | 156 | 160 | 136 | 2 | 0 | 70 | 265 | 130 | 27 |
| Binary | 111 | 1101110 | 1110000 | 1011110 | 10 | 0 | 111000 | 10110101 | 1011000 | 10111 |
Color Harmonies of #076E70
Complementary color
Monochromatic Colors of #076E70
Black with #076E70
Text Example
Text Example
White with #076E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E70; }
p { color: rgb(7,110,112); }
H1.HeaderClassName
{
color: #076E70;
}
.AnyTagClassName
{
color: #076E70;
}
</style>
background-color css
<style>
a { background-color: #076E70; }
a { background-color: rgb(7,110,112); }
div.DivClassName
{
background-color: #076E70;
}
.BgClassName
{
background-color: #076E70;
}
</style>
border-color css
<style>
span { border-color: #076E70; }
span { border-color: rgb(7,110,112); }
td.TdClassName
{
border-color: #076E70;
}
.TagClassName
{
border-color: #076E70;
}
</style>