Shades of Pine Green #07706C
Tints of Pine Green #07706C
RGB
CMYK
RGB Variations
Color information
#07706C (or 0x07706C) is known color: Pine Green. HEX triplet: 07, 70 and 6C. RGB value is (7,112,108). Sum of RGB (Red+Green+Blue) = 7+112+108=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #07706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07706C is #F88F93. Grayscale: #505050. Windows color (decimal): -16289684 or 7106567. OLE color: 7106567.
HSL color Cylindrical-coordinate representation of color #07706C: hue angle of 177.71º 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 #07706C is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 108 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.56 |
| HSL | 177.71º | 0.88% | 0.23% | - |
| HSV(B) | 177.71º | 0.94% | 0.44% | - |
| XYZ | 8.59 | 12.72 | 16.19 | - |
| YUV | 80.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 108 | 0.94 | 0 | 0.04 | 0.56 | 177.71 | 0.88 | 0.23 |
| Hex | 7 | 70 | 6C | 5E | 0 | 4 | 38 | B2 | 58 | 17 |
| Octal | 7 | 160 | 154 | 136 | 0 | 4 | 70 | 262 | 130 | 27 |
| Binary | 111 | 1110000 | 1101100 | 1011110 | 0 | 100 | 111000 | 10110010 | 1011000 | 10111 |
Color Harmonies of #07706C
Complementary color
Monochromatic Colors of #07706C
Black with #07706C
Text Example
Text Example
White with #07706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07706C; }
p { color: rgb(7,112,108); }
H1.HeaderClassName
{
color: #07706C;
}
.AnyTagClassName
{
color: #07706C;
}
</style>
background-color css
<style>
a { background-color: #07706C; }
a { background-color: rgb(7,112,108); }
div.DivClassName
{
background-color: #07706C;
}
.BgClassName
{
background-color: #07706C;
}
</style>
border-color css
<style>
span { border-color: #07706C; }
span { border-color: rgb(7,112,108); }
td.TdClassName
{
border-color: #07706C;
}
.TagClassName
{
border-color: #07706C;
}
</style>