Shades of Pine Green #077067
Tints of Pine Green #077067
RGB
CMYK
RGB Variations
Color information
#077067 (or 0x077067) is known color: Pine Green. HEX triplet: 07, 70 and 67. RGB value is (7,112,103). Sum of RGB (Red+Green+Blue) = 7+112+103=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #077067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077067 is #F88F98. Grayscale: #4F4F4F. Windows color (decimal): -16289689 or 6778887. OLE color: 6778887.
HSL color Cylindrical-coordinate representation of color #077067: hue angle of 174.86º 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 #077067 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 103 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.56 |
| HSL | 174.86º | 0.88% | 0.23% | - |
| HSV(B) | 174.86º | 0.94% | 0.44% | - |
| XYZ | 8.33 | 12.61 | 14.83 | - |
| YUV | 79.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 103 | 0.94 | 0 | 0.08 | 0.56 | 174.86 | 0.88 | 0.23 |
| Hex | 7 | 70 | 67 | 5E | 0 | 8 | 38 | AF | 58 | 17 |
| Octal | 7 | 160 | 147 | 136 | 0 | 10 | 70 | 257 | 130 | 27 |
| Binary | 111 | 1110000 | 1100111 | 1011110 | 0 | 1000 | 111000 | 10101111 | 1011000 | 10111 |
Color Harmonies of #077067
Complementary color
Monochromatic Colors of #077067
Black with #077067
Text Example
Text Example
White with #077067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077067; }
p { color: rgb(7,112,103); }
H1.HeaderClassName
{
color: #077067;
}
.AnyTagClassName
{
color: #077067;
}
</style>
background-color css
<style>
a { background-color: #077067; }
a { background-color: rgb(7,112,103); }
div.DivClassName
{
background-color: #077067;
}
.BgClassName
{
background-color: #077067;
}
</style>
border-color css
<style>
span { border-color: #077067; }
span { border-color: rgb(7,112,103); }
td.TdClassName
{
border-color: #077067;
}
.TagClassName
{
border-color: #077067;
}
</style>