Shades of Pine Green #077969
Tints of Pine Green #077969
RGB
CMYK
RGB Variations
Color information
#077969 (or 0x077969) is known color: Pine Green. HEX triplet: 07, 79 and 69. RGB value is (7,121,105). Sum of RGB (Red+Green+Blue) = 7+121+105=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #077969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077969 is #F88696. Grayscale: #555555. Windows color (decimal): -16287383 or 6912263. OLE color: 6912263.
HSL color Cylindrical-coordinate representation of color #077969: hue angle of 171.58º 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 #077969 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 105 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.53 |
| HSL | 171.58º | 0.89% | 0.25% | - |
| HSV(B) | 171.58º | 0.94% | 0.47% | - |
| XYZ | 9.47 | 14.74 | 15.71 | - |
| YUV | 85.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 105 | 0.94 | 0 | 0.13 | 0.53 | 171.58 | 0.89 | 0.25 |
| Hex | 7 | 79 | 69 | 5E | 0 | D | 35 | AC | 59 | 19 |
| Octal | 7 | 171 | 151 | 136 | 0 | 15 | 65 | 254 | 131 | 31 |
| Binary | 111 | 1111001 | 1101001 | 1011110 | 0 | 1101 | 110101 | 10101100 | 1011001 | 11001 |
Color Harmonies of #077969
Complementary color
Monochromatic Colors of #077969
Black with #077969
Text Example
Text Example
White with #077969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077969; }
p { color: rgb(7,121,105); }
H1.HeaderClassName
{
color: #077969;
}
.AnyTagClassName
{
color: #077969;
}
</style>
background-color css
<style>
a { background-color: #077969; }
a { background-color: rgb(7,121,105); }
div.DivClassName
{
background-color: #077969;
}
.BgClassName
{
background-color: #077969;
}
</style>
border-color css
<style>
span { border-color: #077969; }
span { border-color: rgb(7,121,105); }
td.TdClassName
{
border-color: #077969;
}
.TagClassName
{
border-color: #077969;
}
</style>