Shades of Pine Green #077A68
Tints of Pine Green #077A68
RGB
CMYK
RGB Variations
Color information
#077A68 (or 0x077A68) is known color: Pine Green. HEX triplet: 07, 7A and 68. RGB value is (7,122,104). Sum of RGB (Red+Green+Blue) = 7+122+104=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #077A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077A68 is #F88597. Grayscale: #555555. Windows color (decimal): -16287128 or 6846983. OLE color: 6846983.
HSL color Cylindrical-coordinate representation of color #077A68: hue angle of 170.61º 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 #077A68 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 104 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.52 |
| HSL | 170.61º | 0.89% | 0.25% | - |
| HSV(B) | 170.61º | 0.94% | 0.48% | - |
| XYZ | 9.55 | 14.96 | 15.48 | - |
| YUV | 85.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 104 | 0.94 | 0 | 0.15 | 0.52 | 170.61 | 0.89 | 0.25 |
| Hex | 7 | 7A | 68 | 5E | 0 | F | 34 | AB | 59 | 19 |
| Octal | 7 | 172 | 150 | 136 | 0 | 17 | 64 | 253 | 131 | 31 |
| Binary | 111 | 1111010 | 1101000 | 1011110 | 0 | 1111 | 110100 | 10101011 | 1011001 | 11001 |
Color Harmonies of #077A68
Complementary color
Monochromatic Colors of #077A68
Black with #077A68
Text Example
Text Example
White with #077A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A68; }
p { color: rgb(7,122,104); }
H1.HeaderClassName
{
color: #077A68;
}
.AnyTagClassName
{
color: #077A68;
}
</style>
background-color css
<style>
a { background-color: #077A68; }
a { background-color: rgb(7,122,104); }
div.DivClassName
{
background-color: #077A68;
}
.BgClassName
{
background-color: #077A68;
}
</style>
border-color css
<style>
span { border-color: #077A68; }
span { border-color: rgb(7,122,104); }
td.TdClassName
{
border-color: #077A68;
}
.TagClassName
{
border-color: #077A68;
}
</style>