Shades of Pine Green #00716B
Tints of Pine Green #00716B
RGB
CMYK
RGB Variations
Color information
#00716B (or 0x00716B) is known color: Pine Green. HEX triplet: 00, 71 and 6B. RGB value is (0,113,107). Sum of RGB (Red+Green+Blue) = 0+113+107=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #00716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00716B is #FF8E94. Grayscale: #4E4E4E. Windows color (decimal): -16748181 or 7041280. OLE color: 7041280.
HSL color Cylindrical-coordinate representation of color #00716B: hue angle of 176.81º 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 #00716B is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 107 | - |
| CMYK | 1 | 0 | 0.05 | 0.56 |
| HSL | 176.81º | 1% | 0.22% | - |
| HSV(B) | 176.81º | 1% | 0.44% | - |
| XYZ | 8.56 | 12.87 | 15.94 | - |
| YUV | 78.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 107 | 1 | 0 | 0.05 | 0.56 | 176.81 | 1 | 0.22 |
| Hex | 0 | 71 | 6B | 64 | 0 | 5 | 38 | B1 | 64 | 16 |
| Octal | 0 | 161 | 153 | 144 | 0 | 5 | 70 | 261 | 144 | 26 |
| Binary | 0 | 1110001 | 1101011 | 1100100 | 0 | 101 | 111000 | 10110001 | 1100100 | 10110 |
Color Harmonies of #00716B
Complementary color
Monochromatic Colors of #00716B
Black with #00716B
Text Example
Text Example
White with #00716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00716B; }
p { color: rgb(0,113,107); }
H1.HeaderClassName
{
color: #00716B;
}
.AnyTagClassName
{
color: #00716B;
}
</style>
background-color css
<style>
a { background-color: #00716B; }
a { background-color: rgb(0,113,107); }
div.DivClassName
{
background-color: #00716B;
}
.BgClassName
{
background-color: #00716B;
}
</style>
border-color css
<style>
span { border-color: #00716B; }
span { border-color: rgb(0,113,107); }
td.TdClassName
{
border-color: #00716B;
}
.TagClassName
{
border-color: #00716B;
}
</style>