Shades of Pine Green #07766C
Tints of Pine Green #07766C
RGB
CMYK
RGB Variations
Color information
#07766C (or 0x07766C) is known color: Pine Green. HEX triplet: 07, 76 and 6C. RGB value is (7,118,108). Sum of RGB (Red+Green+Blue) = 7+118+108=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #07766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07766C is #F88993. Grayscale: #535353. Windows color (decimal): -16288148 or 7108103. OLE color: 7108103.
HSL color Cylindrical-coordinate representation of color #07766C: hue angle of 174.59º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07766C is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 108 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.54 |
| HSL | 174.59º | 0.89% | 0.25% | - |
| HSV(B) | 174.59º | 0.94% | 0.46% | - |
| XYZ | 9.27 | 14.08 | 16.42 | - |
| YUV | 83.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 108 | 0.94 | 0 | 0.08 | 0.54 | 174.59 | 0.89 | 0.25 |
| Hex | 7 | 76 | 6C | 5E | 0 | 8 | 36 | AF | 59 | 19 |
| Octal | 7 | 166 | 154 | 136 | 0 | 10 | 66 | 257 | 131 | 31 |
| Binary | 111 | 1110110 | 1101100 | 1011110 | 0 | 1000 | 110110 | 10101111 | 1011001 | 11001 |
Color Harmonies of #07766C
Complementary color
Monochromatic Colors of #07766C
Black with #07766C
Text Example
Text Example
White with #07766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07766C; }
p { color: rgb(7,118,108); }
H1.HeaderClassName
{
color: #07766C;
}
.AnyTagClassName
{
color: #07766C;
}
</style>
background-color css
<style>
a { background-color: #07766C; }
a { background-color: rgb(7,118,108); }
div.DivClassName
{
background-color: #07766C;
}
.BgClassName
{
background-color: #07766C;
}
</style>
border-color css
<style>
span { border-color: #07766C; }
span { border-color: rgb(7,118,108); }
td.TdClassName
{
border-color: #07766C;
}
.TagClassName
{
border-color: #07766C;
}
</style>