Shades of Pine Green #00716E
Tints of Pine Green #00716E
RGB
CMYK
RGB Variations
Color information
#00716E (or 0x00716E) is known color: Pine Green. HEX triplet: 00, 71 and 6E. RGB value is (0,113,110). Sum of RGB (Red+Green+Blue) = 0+113+110=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #00716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00716E is #FF8E91. Grayscale: #4E4E4E. Windows color (decimal): -16748178 or 7237888. OLE color: 7237888.
HSL color Cylindrical-coordinate representation of color #00716E: hue angle of 178.41º 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 #00716E is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 110 | - |
| CMYK | 1 | 0 | 0.03 | 0.56 |
| HSL | 178.41º | 1% | 0.22% | - |
| HSV(B) | 178.41º | 1% | 0.44% | - |
| XYZ | 8.72 | 12.94 | 16.79 | - |
| YUV | 78.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 110 | 1 | 0 | 0.03 | 0.56 | 178.41 | 1 | 0.22 |
| Hex | 0 | 71 | 6E | 64 | 0 | 3 | 38 | B2 | 64 | 16 |
| Octal | 0 | 161 | 156 | 144 | 0 | 3 | 70 | 262 | 144 | 26 |
| Binary | 0 | 1110001 | 1101110 | 1100100 | 0 | 11 | 111000 | 10110010 | 1100100 | 10110 |
Color Harmonies of #00716E
Complementary color
Monochromatic Colors of #00716E
Black with #00716E
Text Example
Text Example
White with #00716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00716E; }
p { color: rgb(0,113,110); }
H1.HeaderClassName
{
color: #00716E;
}
.AnyTagClassName
{
color: #00716E;
}
</style>
background-color css
<style>
a { background-color: #00716E; }
a { background-color: rgb(0,113,110); }
div.DivClassName
{
background-color: #00716E;
}
.BgClassName
{
background-color: #00716E;
}
</style>
border-color css
<style>
span { border-color: #00716E; }
span { border-color: rgb(0,113,110); }
td.TdClassName
{
border-color: #00716E;
}
.TagClassName
{
border-color: #00716E;
}
</style>