Shades of Pine Green #06796F
Tints of Pine Green #06796F
RGB
CMYK
RGB Variations
Color information
#06796F (or 0x06796F) is known color: Pine Green. HEX triplet: 06, 79 and 6F. RGB value is (6,121,111). Sum of RGB (Red+Green+Blue) = 6+121+111=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #06796F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06796F is #F98690. Grayscale: #555555. Windows color (decimal): -16352913 or 7305478. OLE color: 7305478.
HSL color Cylindrical-coordinate representation of color #06796F: hue angle of 174.78º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06796F is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 121 | 111 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.53 |
| HSL | 174.78º | 0.91% | 0.25% | - |
| HSV(B) | 174.78º | 0.95% | 0.47% | - |
| XYZ | 9.78 | 14.86 | 17.39 | - |
| YUV | 85.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 121 | 111 | 0.95 | 0 | 0.08 | 0.53 | 174.78 | 0.91 | 0.25 |
| Hex | 6 | 79 | 6F | 5F | 0 | 8 | 35 | AF | 5B | 19 |
| Octal | 6 | 171 | 157 | 137 | 0 | 10 | 65 | 257 | 133 | 31 |
| Binary | 110 | 1111001 | 1101111 | 1011111 | 0 | 1000 | 110101 | 10101111 | 1011011 | 11001 |
Color Harmonies of #06796F
Complementary color
Monochromatic Colors of #06796F
Black with #06796F
Text Example
Text Example
White with #06796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06796F; }
p { color: rgb(6,121,111); }
H1.HeaderClassName
{
color: #06796F;
}
.AnyTagClassName
{
color: #06796F;
}
</style>
background-color css
<style>
a { background-color: #06796F; }
a { background-color: rgb(6,121,111); }
div.DivClassName
{
background-color: #06796F;
}
.BgClassName
{
background-color: #06796F;
}
</style>
border-color css
<style>
span { border-color: #06796F; }
span { border-color: rgb(6,121,111); }
td.TdClassName
{
border-color: #06796F;
}
.TagClassName
{
border-color: #06796F;
}
</style>