Shades of Pine Green #076B69
Tints of Pine Green #076B69
RGB
CMYK
RGB Variations
Color information
#076B69 (or 0x076B69) is known color: Pine Green. HEX triplet: 07, 6B and 69. RGB value is (7,107,105). Sum of RGB (Red+Green+Blue) = 7+107+105=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #076B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B69 is #F89496. Grayscale: #4C4C4C. Windows color (decimal): -16290967 or 6908679. OLE color: 6908679.
HSL color Cylindrical-coordinate representation of color #076B69: hue angle of 178.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B69 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 105 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.58 |
| HSL | 178.8º | 0.88% | 0.22% | - |
| HSV(B) | 178.8º | 0.93% | 0.42% | - |
| XYZ | 7.9 | 11.58 | 15.18 | - |
| YUV | 76.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 105 | 0.93 | 0 | 0.02 | 0.58 | 178.8 | 0.88 | 0.22 |
| Hex | 7 | 6B | 69 | 5D | 0 | 2 | 3A | B3 | 58 | 16 |
| Octal | 7 | 153 | 151 | 135 | 0 | 2 | 72 | 263 | 130 | 26 |
| Binary | 111 | 1101011 | 1101001 | 1011101 | 0 | 10 | 111010 | 10110011 | 1011000 | 10110 |
Color Harmonies of #076B69
Complementary color
Monochromatic Colors of #076B69
Black with #076B69
Text Example
Text Example
White with #076B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B69; }
p { color: rgb(7,107,105); }
H1.HeaderClassName
{
color: #076B69;
}
.AnyTagClassName
{
color: #076B69;
}
</style>
background-color css
<style>
a { background-color: #076B69; }
a { background-color: rgb(7,107,105); }
div.DivClassName
{
background-color: #076B69;
}
.BgClassName
{
background-color: #076B69;
}
</style>
border-color css
<style>
span { border-color: #076B69; }
span { border-color: rgb(7,107,105); }
td.TdClassName
{
border-color: #076B69;
}
.TagClassName
{
border-color: #076B69;
}
</style>