Shades of Pine Green #077F6D
Tints of Pine Green #077F6D
RGB
CMYK
RGB Variations
Color information
#077F6D (or 0x077F6D) is known color: Pine Green. HEX triplet: 07, 7F and 6D. RGB value is (7,127,109). Sum of RGB (Red+Green+Blue) = 7+127+109=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #077F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077F6D is #F88092. Grayscale: #595959. Windows color (decimal): -16285843 or 7175943. OLE color: 7175943.
HSL color Cylindrical-coordinate representation of color #077F6D: hue angle of 171º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F6D is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 109 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.50 |
| HSL | 171º | 0.9% | 0.26% | - |
| HSV(B) | 171º | 0.94% | 0.5% | - |
| XYZ | 10.44 | 16.33 | 17.07 | - |
| YUV | 89.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 109 | 0.94 | 0 | 0.14 | 0.50 | 171 | 0.9 | 0.26 |
| Hex | 7 | 7F | 6D | 5E | 0 | E | 32 | AB | 5A | 1A |
| Octal | 7 | 177 | 155 | 136 | 0 | 16 | 62 | 253 | 132 | 32 |
| Binary | 111 | 1111111 | 1101101 | 1011110 | 0 | 1110 | 110010 | 10101011 | 1011010 | 11010 |
Color Harmonies of #077F6D
Complementary color
Monochromatic Colors of #077F6D
Black with #077F6D
Text Example
Text Example
White with #077F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F6D; }
p { color: rgb(7,127,109); }
H1.HeaderClassName
{
color: #077F6D;
}
.AnyTagClassName
{
color: #077F6D;
}
</style>
background-color css
<style>
a { background-color: #077F6D; }
a { background-color: rgb(7,127,109); }
div.DivClassName
{
background-color: #077F6D;
}
.BgClassName
{
background-color: #077F6D;
}
</style>
border-color css
<style>
span { border-color: #077F6D; }
span { border-color: rgb(7,127,109); }
td.TdClassName
{
border-color: #077F6D;
}
.TagClassName
{
border-color: #077F6D;
}
</style>