Shades of Pine Green #076F67
Tints of Pine Green #076F67
RGB
CMYK
RGB Variations
Color information
#076F67 (or 0x076F67) is known color: Pine Green. HEX triplet: 07, 6F and 67. RGB value is (7,111,103). Sum of RGB (Red+Green+Blue) = 7+111+103=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #076F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F67 is #F89098. Grayscale: #4E4E4E. Windows color (decimal): -16289945 or 6778631. OLE color: 6778631.
HSL color Cylindrical-coordinate representation of color #076F67: hue angle of 175.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F67 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 103 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.56 |
| HSL | 175.38º | 0.88% | 0.23% | - |
| HSV(B) | 175.38º | 0.94% | 0.44% | - |
| XYZ | 8.22 | 12.39 | 14.79 | - |
| YUV | 78.99 | 141.54 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 103 | 0.94 | 0 | 0.07 | 0.56 | 175.38 | 0.88 | 0.23 |
| Hex | 7 | 6F | 67 | 5E | 0 | 7 | 38 | AF | 58 | 17 |
| Octal | 7 | 157 | 147 | 136 | 0 | 7 | 70 | 257 | 130 | 27 |
| Binary | 111 | 1101111 | 1100111 | 1011110 | 0 | 111 | 111000 | 10101111 | 1011000 | 10111 |
Color Harmonies of #076F67
Complementary color
Monochromatic Colors of #076F67
Black with #076F67
Text Example
Text Example
White with #076F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F67; }
p { color: rgb(7,111,103); }
H1.HeaderClassName
{
color: #076F67;
}
.AnyTagClassName
{
color: #076F67;
}
</style>
background-color css
<style>
a { background-color: #076F67; }
a { background-color: rgb(7,111,103); }
div.DivClassName
{
background-color: #076F67;
}
.BgClassName
{
background-color: #076F67;
}
</style>
border-color css
<style>
span { border-color: #076F67; }
span { border-color: rgb(7,111,103); }
td.TdClassName
{
border-color: #076F67;
}
.TagClassName
{
border-color: #076F67;
}
</style>