Shades of Pine Green #06746E
Tints of Pine Green #06746E
RGB
CMYK
RGB Variations
Color information
#06746E (or 0x06746E) is known color: Pine Green. HEX triplet: 06, 74 and 6E. RGB value is (6,116,110). Sum of RGB (Red+Green+Blue) = 6+116+110=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #06746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06746E is #F98B91. Grayscale: #525252. Windows color (decimal): -16354194 or 7238662. OLE color: 7238662.
HSL color Cylindrical-coordinate representation of color #06746E: hue angle of 176.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06746E is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 110 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.55 |
| HSL | 176.73º | 0.9% | 0.24% | - |
| HSV(B) | 176.73º | 0.95% | 0.45% | - |
| XYZ | 9.13 | 13.66 | 16.91 | - |
| YUV | 82.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 110 | 0.95 | 0 | 0.05 | 0.55 | 176.73 | 0.9 | 0.24 |
| Hex | 6 | 74 | 6E | 5F | 0 | 5 | 37 | B1 | 5A | 18 |
| Octal | 6 | 164 | 156 | 137 | 0 | 5 | 67 | 261 | 132 | 30 |
| Binary | 110 | 1110100 | 1101110 | 1011111 | 0 | 101 | 110111 | 10110001 | 1011010 | 11000 |
Color Harmonies of #06746E
Complementary color
Monochromatic Colors of #06746E
Black with #06746E
Text Example
Text Example
White with #06746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06746E; }
p { color: rgb(6,116,110); }
H1.HeaderClassName
{
color: #06746E;
}
.AnyTagClassName
{
color: #06746E;
}
</style>
background-color css
<style>
a { background-color: #06746E; }
a { background-color: rgb(6,116,110); }
div.DivClassName
{
background-color: #06746E;
}
.BgClassName
{
background-color: #06746E;
}
</style>
border-color css
<style>
span { border-color: #06746E; }
span { border-color: rgb(6,116,110); }
td.TdClassName
{
border-color: #06746E;
}
.TagClassName
{
border-color: #06746E;
}
</style>