Shades of Pine Green #09806F
Tints of Pine Green #09806F
RGB
CMYK
RGB Variations
Color information
#09806F (or 0x09806F) is known color: Pine Green. HEX triplet: 09, 80 and 6F. RGB value is (9,128,111). Sum of RGB (Red+Green+Blue) = 9+128+111=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #09806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09806F is #F67F90. Grayscale: #5A5A5A. Windows color (decimal): -16154513 or 7307273. OLE color: 7307273.
HSL color Cylindrical-coordinate representation of color #09806F: hue angle of 171.43º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09806F is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 111 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.50 |
| HSL | 171.43º | 0.87% | 0.27% | - |
| HSV(B) | 171.43º | 0.93% | 0.5% | - |
| XYZ | 10.7 | 16.64 | 17.69 | - |
| YUV | 90.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 111 | 0.93 | 0 | 0.13 | 0.50 | 171.43 | 0.87 | 0.27 |
| Hex | 9 | 80 | 6F | 5D | 0 | D | 32 | AB | 57 | 1B |
| Octal | 11 | 200 | 157 | 135 | 0 | 15 | 62 | 253 | 127 | 33 |
| Binary | 1001 | 10000000 | 1101111 | 1011101 | 0 | 1101 | 110010 | 10101011 | 1010111 | 11011 |
Color Harmonies of #09806F
Complementary color
Monochromatic Colors of #09806F
Black with #09806F
Text Example
Text Example
White with #09806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09806F; }
p { color: rgb(9,128,111); }
H1.HeaderClassName
{
color: #09806F;
}
.AnyTagClassName
{
color: #09806F;
}
</style>
background-color css
<style>
a { background-color: #09806F; }
a { background-color: rgb(9,128,111); }
div.DivClassName
{
background-color: #09806F;
}
.BgClassName
{
background-color: #09806F;
}
</style>
border-color css
<style>
span { border-color: #09806F; }
span { border-color: rgb(9,128,111); }
td.TdClassName
{
border-color: #09806F;
}
.TagClassName
{
border-color: #09806F;
}
</style>