Shades of Pine Green #07736E
Tints of Pine Green #07736E
RGB
CMYK
RGB Variations
Color information
#07736E (or 0x07736E) is known color: Pine Green. HEX triplet: 07, 73 and 6E. RGB value is (7,115,110). Sum of RGB (Red+Green+Blue) = 7+115+110=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #07736E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07736E is #F88C91. Grayscale: #525252. Windows color (decimal): -16288914 or 7238407. OLE color: 7238407.
HSL color Cylindrical-coordinate representation of color #07736E: hue angle of 177.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07736E is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 110 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.55 |
| HSL | 177.22º | 0.89% | 0.24% | - |
| HSV(B) | 177.22º | 0.94% | 0.45% | - |
| XYZ | 9.03 | 13.43 | 16.87 | - |
| YUV | 82.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 110 | 0.94 | 0 | 0.04 | 0.55 | 177.22 | 0.89 | 0.24 |
| Hex | 7 | 73 | 6E | 5E | 0 | 4 | 37 | B1 | 59 | 18 |
| Octal | 7 | 163 | 156 | 136 | 0 | 4 | 67 | 261 | 131 | 30 |
| Binary | 111 | 1110011 | 1101110 | 1011110 | 0 | 100 | 110111 | 10110001 | 1011001 | 11000 |
Color Harmonies of #07736E
Complementary color
Monochromatic Colors of #07736E
Black with #07736E
Text Example
Text Example
White with #07736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07736E; }
p { color: rgb(7,115,110); }
H1.HeaderClassName
{
color: #07736E;
}
.AnyTagClassName
{
color: #07736E;
}
</style>
background-color css
<style>
a { background-color: #07736E; }
a { background-color: rgb(7,115,110); }
div.DivClassName
{
background-color: #07736E;
}
.BgClassName
{
background-color: #07736E;
}
</style>
border-color css
<style>
span { border-color: #07736E; }
span { border-color: rgb(7,115,110); }
td.TdClassName
{
border-color: #07736E;
}
.TagClassName
{
border-color: #07736E;
}
</style>