Shades of Pine Green #06716B
Tints of Pine Green #06716B
RGB
CMYK
RGB Variations
Color information
#06716B (or 0x06716B) is known color: Pine Green. HEX triplet: 06, 71 and 6B. RGB value is (6,113,107). Sum of RGB (Red+Green+Blue) = 6+113+107=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #06716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06716B is #F98E94. Grayscale: #505050. Windows color (decimal): -16354965 or 7041286. OLE color: 7041286.
HSL color Cylindrical-coordinate representation of color #06716B: hue angle of 176.64º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06716B is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 107 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.56 |
| HSL | 176.64º | 0.9% | 0.23% | - |
| HSV(B) | 176.64º | 0.95% | 0.44% | - |
| XYZ | 8.63 | 12.91 | 15.95 | - |
| YUV | 80.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 107 | 0.95 | 0 | 0.05 | 0.56 | 176.64 | 0.9 | 0.23 |
| Hex | 6 | 71 | 6B | 5F | 0 | 5 | 38 | B1 | 5A | 17 |
| Octal | 6 | 161 | 153 | 137 | 0 | 5 | 70 | 261 | 132 | 27 |
| Binary | 110 | 1110001 | 1101011 | 1011111 | 0 | 101 | 111000 | 10110001 | 1011010 | 10111 |
Color Harmonies of #06716B
Complementary color
Monochromatic Colors of #06716B
Black with #06716B
Text Example
Text Example
White with #06716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06716B; }
p { color: rgb(6,113,107); }
H1.HeaderClassName
{
color: #06716B;
}
.AnyTagClassName
{
color: #06716B;
}
</style>
background-color css
<style>
a { background-color: #06716B; }
a { background-color: rgb(6,113,107); }
div.DivClassName
{
background-color: #06716B;
}
.BgClassName
{
background-color: #06716B;
}
</style>
border-color css
<style>
span { border-color: #06716B; }
span { border-color: rgb(6,113,107); }
td.TdClassName
{
border-color: #06716B;
}
.TagClassName
{
border-color: #06716B;
}
</style>