Shades of Pine Green #077A69
Tints of Pine Green #077A69
RGB
CMYK
RGB Variations
Color information
#077A69 (or 0x077A69) is known color: Pine Green. HEX triplet: 07, 7A and 69. RGB value is (7,122,105). Sum of RGB (Red+Green+Blue) = 7+122+105=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #077A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077A69 is #F88596. Grayscale: #555555. Windows color (decimal): -16287127 or 6912519. OLE color: 6912519.
HSL color Cylindrical-coordinate representation of color #077A69: hue angle of 171.13º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A69 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 105 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.52 |
| HSL | 171.13º | 0.89% | 0.25% | - |
| HSV(B) | 171.13º | 0.94% | 0.48% | - |
| XYZ | 9.6 | 14.98 | 15.75 | - |
| YUV | 85.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 105 | 0.94 | 0 | 0.14 | 0.52 | 171.13 | 0.89 | 0.25 |
| Hex | 7 | 7A | 69 | 5E | 0 | E | 34 | AB | 59 | 19 |
| Octal | 7 | 172 | 151 | 136 | 0 | 16 | 64 | 253 | 131 | 31 |
| Binary | 111 | 1111010 | 1101001 | 1011110 | 0 | 1110 | 110100 | 10101011 | 1011001 | 11001 |
Color Harmonies of #077A69
Complementary color
Monochromatic Colors of #077A69
Black with #077A69
Text Example
Text Example
White with #077A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A69; }
p { color: rgb(7,122,105); }
H1.HeaderClassName
{
color: #077A69;
}
.AnyTagClassName
{
color: #077A69;
}
</style>
background-color css
<style>
a { background-color: #077A69; }
a { background-color: rgb(7,122,105); }
div.DivClassName
{
background-color: #077A69;
}
.BgClassName
{
background-color: #077A69;
}
</style>
border-color css
<style>
span { border-color: #077A69; }
span { border-color: rgb(7,122,105); }
td.TdClassName
{
border-color: #077A69;
}
.TagClassName
{
border-color: #077A69;
}
</style>