Shades of Pine Green #08826D
Tints of Pine Green #08826D
RGB
CMYK
RGB Variations
Color information
#08826D (or 0x08826D) is known color: Pine Green. HEX triplet: 08, 82 and 6D. RGB value is (8,130,109). Sum of RGB (Red+Green+Blue) = 8+130+109=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #08826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826D is #F77D92. Grayscale: #5B5B5B. Windows color (decimal): -16219539 or 7176712. OLE color: 7176712.
HSL color Cylindrical-coordinate representation of color #08826D: hue angle of 169.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08826D is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 109 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.49 |
| HSL | 169.67º | 0.88% | 0.27% | - |
| HSV(B) | 169.67º | 0.94% | 0.51% | - |
| XYZ | 10.84 | 17.12 | 17.2 | - |
| YUV | 91.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 109 | 0.94 | 0 | 0.16 | 0.49 | 169.67 | 0.88 | 0.27 |
| Hex | 8 | 82 | 6D | 5E | 0 | 10 | 31 | AA | 58 | 1B |
| Octal | 10 | 202 | 155 | 136 | 0 | 20 | 61 | 252 | 130 | 33 |
| Binary | 1000 | 10000010 | 1101101 | 1011110 | 0 | 10000 | 110001 | 10101010 | 1011000 | 11011 |
Color Harmonies of #08826D
Complementary color
Monochromatic Colors of #08826D
Black with #08826D
Text Example
Text Example
White with #08826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08826D; }
p { color: rgb(8,130,109); }
H1.HeaderClassName
{
color: #08826D;
}
.AnyTagClassName
{
color: #08826D;
}
</style>
background-color css
<style>
a { background-color: #08826D; }
a { background-color: rgb(8,130,109); }
div.DivClassName
{
background-color: #08826D;
}
.BgClassName
{
background-color: #08826D;
}
</style>
border-color css
<style>
span { border-color: #08826D; }
span { border-color: rgb(8,130,109); }
td.TdClassName
{
border-color: #08826D;
}
.TagClassName
{
border-color: #08826D;
}
</style>