Shades of Pine Green #06716C
Tints of Pine Green #06716C
RGB
CMYK
RGB Variations
Color information
#06716C (or 0x06716C) is known color: Pine Green. HEX triplet: 06, 71 and 6C. RGB value is (6,113,108). Sum of RGB (Red+Green+Blue) = 6+113+108=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #06716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06716C is #F98E93. Grayscale: #505050. Windows color (decimal): -16354964 or 7106822. OLE color: 7106822.
HSL color Cylindrical-coordinate representation of color #06716C: hue angle of 177.2º 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 #06716C is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 108 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.56 |
| HSL | 177.2º | 0.9% | 0.23% | - |
| HSV(B) | 177.2º | 0.95% | 0.44% | - |
| XYZ | 8.69 | 12.93 | 16.23 | - |
| YUV | 80.44 | 143.55 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 108 | 0.95 | 0 | 0.04 | 0.56 | 177.2 | 0.9 | 0.23 |
| Hex | 6 | 71 | 6C | 5F | 0 | 4 | 38 | B1 | 5A | 17 |
| Octal | 6 | 161 | 154 | 137 | 0 | 4 | 70 | 261 | 132 | 27 |
| Binary | 110 | 1110001 | 1101100 | 1011111 | 0 | 100 | 111000 | 10110001 | 1011010 | 10111 |
Color Harmonies of #06716C
Complementary color
Monochromatic Colors of #06716C
Black with #06716C
Text Example
Text Example
White with #06716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06716C; }
p { color: rgb(6,113,108); }
H1.HeaderClassName
{
color: #06716C;
}
.AnyTagClassName
{
color: #06716C;
}
</style>
background-color css
<style>
a { background-color: #06716C; }
a { background-color: rgb(6,113,108); }
div.DivClassName
{
background-color: #06716C;
}
.BgClassName
{
background-color: #06716C;
}
</style>
border-color css
<style>
span { border-color: #06716C; }
span { border-color: rgb(6,113,108); }
td.TdClassName
{
border-color: #06716C;
}
.TagClassName
{
border-color: #06716C;
}
</style>