Shades of Pine Green #06826F
Tints of Pine Green #06826F
RGB
CMYK
RGB Variations
Color information
#06826F (or 0x06826F) is known color: Pine Green. HEX triplet: 06, 82 and 6F. RGB value is (6,130,111). Sum of RGB (Red+Green+Blue) = 6+130+111=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #06826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06826F is #F97D90. Grayscale: #5A5A5A. Windows color (decimal): -16350609 or 7307782. OLE color: 7307782.
HSL color Cylindrical-coordinate representation of color #06826F: hue angle of 170.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06826F is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 111 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.49 |
| HSL | 170.81º | 0.91% | 0.27% | - |
| HSV(B) | 170.81º | 0.95% | 0.51% | - |
| XYZ | 10.93 | 17.15 | 17.77 | - |
| YUV | 90.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 111 | 0.95 | 0 | 0.15 | 0.49 | 170.81 | 0.91 | 0.27 |
| Hex | 6 | 82 | 6F | 5F | 0 | F | 31 | AB | 5B | 1B |
| Octal | 6 | 202 | 157 | 137 | 0 | 17 | 61 | 253 | 133 | 33 |
| Binary | 110 | 10000010 | 1101111 | 1011111 | 0 | 1111 | 110001 | 10101011 | 1011011 | 11011 |
Color Harmonies of #06826F
Complementary color
Monochromatic Colors of #06826F
Black with #06826F
Text Example
Text Example
White with #06826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06826F; }
p { color: rgb(6,130,111); }
H1.HeaderClassName
{
color: #06826F;
}
.AnyTagClassName
{
color: #06826F;
}
</style>
background-color css
<style>
a { background-color: #06826F; }
a { background-color: rgb(6,130,111); }
div.DivClassName
{
background-color: #06826F;
}
.BgClassName
{
background-color: #06826F;
}
</style>
border-color css
<style>
span { border-color: #06826F; }
span { border-color: rgb(6,130,111); }
td.TdClassName
{
border-color: #06826F;
}
.TagClassName
{
border-color: #06826F;
}
</style>