Shades of Pine Green #06766B
Tints of Pine Green #06766B
RGB
CMYK
RGB Variations
Color information
#06766B (or 0x06766B) is known color: Pine Green. HEX triplet: 06, 76 and 6B. RGB value is (6,118,107). Sum of RGB (Red+Green+Blue) = 6+118+107=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #06766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06766B is #F98994. Grayscale: #535353. Windows color (decimal): -16353685 or 7042566. OLE color: 7042566.
HSL color Cylindrical-coordinate representation of color #06766B: hue angle of 174.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06766B is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 118 | 107 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.54 |
| HSL | 174.11º | 0.9% | 0.24% | - |
| HSV(B) | 174.11º | 0.95% | 0.46% | - |
| XYZ | 9.21 | 14.06 | 16.14 | - |
| YUV | 83.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 107 | 0.95 | 0 | 0.09 | 0.54 | 174.11 | 0.9 | 0.24 |
| Hex | 6 | 76 | 6B | 5F | 0 | 9 | 36 | AE | 5A | 18 |
| Octal | 6 | 166 | 153 | 137 | 0 | 11 | 66 | 256 | 132 | 30 |
| Binary | 110 | 1110110 | 1101011 | 1011111 | 0 | 1001 | 110110 | 10101110 | 1011010 | 11000 |
Color Harmonies of #06766B
Complementary color
Monochromatic Colors of #06766B
Black with #06766B
Text Example
Text Example
White with #06766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06766B; }
p { color: rgb(6,118,107); }
H1.HeaderClassName
{
color: #06766B;
}
.AnyTagClassName
{
color: #06766B;
}
</style>
background-color css
<style>
a { background-color: #06766B; }
a { background-color: rgb(6,118,107); }
div.DivClassName
{
background-color: #06766B;
}
.BgClassName
{
background-color: #06766B;
}
</style>
border-color css
<style>
span { border-color: #06766B; }
span { border-color: rgb(6,118,107); }
td.TdClassName
{
border-color: #06766B;
}
.TagClassName
{
border-color: #06766B;
}
</style>