Shades of Pine Green #09826D
Tints of Pine Green #09826D
RGB
CMYK
RGB Variations
Color information
#09826D (or 0x09826D) is known color: Pine Green. HEX triplet: 09, 82 and 6D. RGB value is (9,130,109). Sum of RGB (Red+Green+Blue) = 9+130+109=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #09826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09826D is #F67D92. Grayscale: #5B5B5B. Windows color (decimal): -16154003 or 7176713. OLE color: 7176713.
HSL color Cylindrical-coordinate representation of color #09826D: hue angle of 169.59º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09826D is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 109 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.49 |
| HSL | 169.59º | 0.87% | 0.27% | - |
| HSV(B) | 169.59º | 0.93% | 0.51% | - |
| XYZ | 10.86 | 17.13 | 17.2 | - |
| YUV | 91.43 | 137.91 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 109 | 0.93 | 0 | 0.16 | 0.49 | 169.59 | 0.87 | 0.27 |
| Hex | 9 | 82 | 6D | 5D | 0 | 10 | 31 | AA | 57 | 1B |
| Octal | 11 | 202 | 155 | 135 | 0 | 20 | 61 | 252 | 127 | 33 |
| Binary | 1001 | 10000010 | 1101101 | 1011101 | 0 | 10000 | 110001 | 10101010 | 1010111 | 11011 |
Color Harmonies of #09826D
Complementary color
Monochromatic Colors of #09826D
Black with #09826D
Text Example
Text Example
White with #09826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09826D; }
p { color: rgb(9,130,109); }
H1.HeaderClassName
{
color: #09826D;
}
.AnyTagClassName
{
color: #09826D;
}
</style>
background-color css
<style>
a { background-color: #09826D; }
a { background-color: rgb(9,130,109); }
div.DivClassName
{
background-color: #09826D;
}
.BgClassName
{
background-color: #09826D;
}
</style>
border-color css
<style>
span { border-color: #09826D; }
span { border-color: rgb(9,130,109); }
td.TdClassName
{
border-color: #09826D;
}
.TagClassName
{
border-color: #09826D;
}
</style>