Shades of Pine Green #07706D
Tints of Pine Green #07706D
RGB
CMYK
RGB Variations
Color information
#07706D (or 0x07706D) is known color: Pine Green. HEX triplet: 07, 70 and 6D. RGB value is (7,112,109). Sum of RGB (Red+Green+Blue) = 7+112+109=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #07706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07706D is #F88F92. Grayscale: #505050. Windows color (decimal): -16289683 or 7172103. OLE color: 7172103.
HSL color Cylindrical-coordinate representation of color #07706D: hue angle of 178.29º 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 #07706D is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 109 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.56 |
| HSL | 178.29º | 0.88% | 0.23% | - |
| HSV(B) | 178.29º | 0.94% | 0.44% | - |
| XYZ | 8.64 | 12.74 | 16.47 | - |
| YUV | 80.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 109 | 0.94 | 0 | 0.03 | 0.56 | 178.29 | 0.88 | 0.23 |
| Hex | 7 | 70 | 6D | 5E | 0 | 3 | 38 | B2 | 58 | 17 |
| Octal | 7 | 160 | 155 | 136 | 0 | 3 | 70 | 262 | 130 | 27 |
| Binary | 111 | 1110000 | 1101101 | 1011110 | 0 | 11 | 111000 | 10110010 | 1011000 | 10111 |
Color Harmonies of #07706D
Complementary color
Monochromatic Colors of #07706D
Black with #07706D
Text Example
Text Example
White with #07706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07706D; }
p { color: rgb(7,112,109); }
H1.HeaderClassName
{
color: #07706D;
}
.AnyTagClassName
{
color: #07706D;
}
</style>
background-color css
<style>
a { background-color: #07706D; }
a { background-color: rgb(7,112,109); }
div.DivClassName
{
background-color: #07706D;
}
.BgClassName
{
background-color: #07706D;
}
</style>
border-color css
<style>
span { border-color: #07706D; }
span { border-color: rgb(7,112,109); }
td.TdClassName
{
border-color: #07706D;
}
.TagClassName
{
border-color: #07706D;
}
</style>