Shades of Pine Green #08826A
Tints of Pine Green #08826A
RGB
CMYK
RGB Variations
Color information
#08826A (or 0x08826A) is known color: Pine Green. HEX triplet: 08, 82 and 6A. RGB value is (8,130,106). Sum of RGB (Red+Green+Blue) = 8+130+106=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #08826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826A is #F77D95. Grayscale: #5A5A5A. Windows color (decimal): -16219542 or 6980104. OLE color: 6980104.
HSL color Cylindrical-coordinate representation of color #08826A: hue angle of 168.2º 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 #08826A is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 106 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.49 |
| HSL | 168.2º | 0.88% | 0.27% | - |
| HSV(B) | 168.2º | 0.94% | 0.51% | - |
| XYZ | 10.68 | 17.06 | 16.36 | - |
| YUV | 90.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 106 | 0.94 | 0 | 0.18 | 0.49 | 168.2 | 0.88 | 0.27 |
| Hex | 8 | 82 | 6A | 5E | 0 | 12 | 31 | A8 | 58 | 1B |
| Octal | 10 | 202 | 152 | 136 | 0 | 22 | 61 | 250 | 130 | 33 |
| Binary | 1000 | 10000010 | 1101010 | 1011110 | 0 | 10010 | 110001 | 10101000 | 1011000 | 11011 |
Color Harmonies of #08826A
Complementary color
Monochromatic Colors of #08826A
Black with #08826A
Text Example
Text Example
White with #08826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08826A; }
p { color: rgb(8,130,106); }
H1.HeaderClassName
{
color: #08826A;
}
.AnyTagClassName
{
color: #08826A;
}
</style>
background-color css
<style>
a { background-color: #08826A; }
a { background-color: rgb(8,130,106); }
div.DivClassName
{
background-color: #08826A;
}
.BgClassName
{
background-color: #08826A;
}
</style>
border-color css
<style>
span { border-color: #08826A; }
span { border-color: rgb(8,130,106); }
td.TdClassName
{
border-color: #08826A;
}
.TagClassName
{
border-color: #08826A;
}
</style>