Shades of Pine Green #078069
Tints of Pine Green #078069
RGB
CMYK
RGB Variations
Color information
#078069 (or 0x078069) is known color: Pine Green. HEX triplet: 07, 80 and 69. RGB value is (7,128,105). Sum of RGB (Red+Green+Blue) = 7+128+105=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #078069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078069 is #F87F96. Grayscale: #595959. Windows color (decimal): -16285591 or 6914055. OLE color: 6914055.
HSL color Cylindrical-coordinate representation of color #078069: hue angle of 168.6º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078069 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 105 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.50 |
| HSL | 168.6º | 0.9% | 0.26% | - |
| HSV(B) | 168.6º | 0.95% | 0.5% | - |
| XYZ | 10.36 | 16.5 | 16 | - |
| YUV | 89.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 105 | 0.95 | 0 | 0.18 | 0.50 | 168.6 | 0.9 | 0.26 |
| Hex | 7 | 80 | 69 | 5F | 0 | 12 | 32 | A9 | 5A | 1A |
| Octal | 7 | 200 | 151 | 137 | 0 | 22 | 62 | 251 | 132 | 32 |
| Binary | 111 | 10000000 | 1101001 | 1011111 | 0 | 10010 | 110010 | 10101001 | 1011010 | 11010 |
Color Harmonies of #078069
Complementary color
Monochromatic Colors of #078069
Black with #078069
Text Example
Text Example
White with #078069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078069; }
p { color: rgb(7,128,105); }
H1.HeaderClassName
{
color: #078069;
}
.AnyTagClassName
{
color: #078069;
}
</style>
background-color css
<style>
a { background-color: #078069; }
a { background-color: rgb(7,128,105); }
div.DivClassName
{
background-color: #078069;
}
.BgClassName
{
background-color: #078069;
}
</style>
border-color css
<style>
span { border-color: #078069; }
span { border-color: rgb(7,128,105); }
td.TdClassName
{
border-color: #078069;
}
.TagClassName
{
border-color: #078069;
}
</style>