Shades of Pine Green #00716D
Tints of Pine Green #00716D
RGB
CMYK
RGB Variations
Color information
#00716D (or 0x00716D) is known color: Pine Green. HEX triplet: 00, 71 and 6D. RGB value is (0,113,109). Sum of RGB (Red+Green+Blue) = 0+113+109=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #00716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00716D is #FF8E92. Grayscale: #4E4E4E. Windows color (decimal): -16748179 or 7172352. OLE color: 7172352.
HSL color Cylindrical-coordinate representation of color #00716D: hue angle of 177.88º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00716D is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 109 | - |
| CMYK | 1 | 0 | 0.04 | 0.56 |
| HSL | 177.88º | 1% | 0.22% | - |
| HSV(B) | 177.88º | 1% | 0.44% | - |
| XYZ | 8.67 | 12.91 | 16.5 | - |
| YUV | 78.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 109 | 1 | 0 | 0.04 | 0.56 | 177.88 | 1 | 0.22 |
| Hex | 0 | 71 | 6D | 64 | 0 | 4 | 38 | B2 | 64 | 16 |
| Octal | 0 | 161 | 155 | 144 | 0 | 4 | 70 | 262 | 144 | 26 |
| Binary | 0 | 1110001 | 1101101 | 1100100 | 0 | 100 | 111000 | 10110010 | 1100100 | 10110 |
Color Harmonies of #00716D
Complementary color
Monochromatic Colors of #00716D
Black with #00716D
Text Example
Text Example
White with #00716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00716D; }
p { color: rgb(0,113,109); }
H1.HeaderClassName
{
color: #00716D;
}
.AnyTagClassName
{
color: #00716D;
}
</style>
background-color css
<style>
a { background-color: #00716D; }
a { background-color: rgb(0,113,109); }
div.DivClassName
{
background-color: #00716D;
}
.BgClassName
{
background-color: #00716D;
}
</style>
border-color css
<style>
span { border-color: #00716D; }
span { border-color: rgb(0,113,109); }
td.TdClassName
{
border-color: #00716D;
}
.TagClassName
{
border-color: #00716D;
}
</style>