Shades of Pine Green #076E6A
Tints of Pine Green #076E6A
RGB
CMYK
RGB Variations
Color information
#076E6A (or 0x076E6A) is known color: Pine Green. HEX triplet: 07, 6E and 6A. RGB value is (7,110,106). Sum of RGB (Red+Green+Blue) = 7+110+106=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #076E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076E6A is #F89195. Grayscale: #4E4E4E. Windows color (decimal): -16290198 or 6974983. OLE color: 6974983.
HSL color Cylindrical-coordinate representation of color #076E6A: hue angle of 177.67º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076E6A is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 106 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.57 |
| HSL | 177.67º | 0.88% | 0.23% | - |
| HSV(B) | 177.67º | 0.94% | 0.43% | - |
| XYZ | 8.27 | 12.24 | 15.56 | - |
| YUV | 78.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 106 | 0.94 | 0 | 0.04 | 0.57 | 177.67 | 0.88 | 0.23 |
| Hex | 7 | 6E | 6A | 5E | 0 | 4 | 39 | B2 | 58 | 17 |
| Octal | 7 | 156 | 152 | 136 | 0 | 4 | 71 | 262 | 130 | 27 |
| Binary | 111 | 1101110 | 1101010 | 1011110 | 0 | 100 | 111001 | 10110010 | 1011000 | 10111 |
Color Harmonies of #076E6A
Complementary color
Monochromatic Colors of #076E6A
Black with #076E6A
Text Example
Text Example
White with #076E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E6A; }
p { color: rgb(7,110,106); }
H1.HeaderClassName
{
color: #076E6A;
}
.AnyTagClassName
{
color: #076E6A;
}
</style>
background-color css
<style>
a { background-color: #076E6A; }
a { background-color: rgb(7,110,106); }
div.DivClassName
{
background-color: #076E6A;
}
.BgClassName
{
background-color: #076E6A;
}
</style>
border-color css
<style>
span { border-color: #076E6A; }
span { border-color: rgb(7,110,106); }
td.TdClassName
{
border-color: #076E6A;
}
.TagClassName
{
border-color: #076E6A;
}
</style>