Shades of Pine Green #077967
Tints of Pine Green #077967
RGB
CMYK
RGB Variations
Color information
#077967 (or 0x077967) is known color: Pine Green. HEX triplet: 07, 79 and 67. RGB value is (7,121,103). Sum of RGB (Red+Green+Blue) = 7+121+103=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #077967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077967 is #F88698. Grayscale: #545454. Windows color (decimal): -16287385 or 6781191. OLE color: 6781191.
HSL color Cylindrical-coordinate representation of color #077967: hue angle of 170.53º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077967 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 103 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.53 |
| HSL | 170.53º | 0.89% | 0.25% | - |
| HSV(B) | 170.53º | 0.94% | 0.47% | - |
| XYZ | 9.37 | 14.7 | 15.18 | - |
| YUV | 84.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 103 | 0.94 | 0 | 0.15 | 0.53 | 170.53 | 0.89 | 0.25 |
| Hex | 7 | 79 | 67 | 5E | 0 | F | 35 | AB | 59 | 19 |
| Octal | 7 | 171 | 147 | 136 | 0 | 17 | 65 | 253 | 131 | 31 |
| Binary | 111 | 1111001 | 1100111 | 1011110 | 0 | 1111 | 110101 | 10101011 | 1011001 | 11001 |
Color Harmonies of #077967
Complementary color
Monochromatic Colors of #077967
Black with #077967
Text Example
Text Example
White with #077967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077967; }
p { color: rgb(7,121,103); }
H1.HeaderClassName
{
color: #077967;
}
.AnyTagClassName
{
color: #077967;
}
</style>
background-color css
<style>
a { background-color: #077967; }
a { background-color: rgb(7,121,103); }
div.DivClassName
{
background-color: #077967;
}
.BgClassName
{
background-color: #077967;
}
</style>
border-color css
<style>
span { border-color: #077967; }
span { border-color: rgb(7,121,103); }
td.TdClassName
{
border-color: #077967;
}
.TagClassName
{
border-color: #077967;
}
</style>