Shades of Pine Green #09716A
Tints of Pine Green #09716A
RGB
CMYK
RGB Variations
Color information
#09716A (or 0x09716A) is known color: Pine Green. HEX triplet: 09, 71 and 6A. RGB value is (9,113,106). Sum of RGB (Red+Green+Blue) = 9+113+106=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #09716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09716A is #F68E95. Grayscale: #515151. Windows color (decimal): -16158358 or 6975753. OLE color: 6975753.
HSL color Cylindrical-coordinate representation of color #09716A: hue angle of 175.96º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09716A is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 113 | 106 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.56 |
| HSL | 175.96º | 0.85% | 0.24% | - |
| HSV(B) | 175.96º | 0.92% | 0.44% | - |
| XYZ | 8.62 | 12.91 | 15.67 | - |
| YUV | 81.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 106 | 0.92 | 0 | 0.06 | 0.56 | 175.96 | 0.85 | 0.24 |
| Hex | 9 | 71 | 6A | 5C | 0 | 6 | 38 | B0 | 55 | 18 |
| Octal | 11 | 161 | 152 | 134 | 0 | 6 | 70 | 260 | 125 | 30 |
| Binary | 1001 | 1110001 | 1101010 | 1011100 | 0 | 110 | 111000 | 10110000 | 1010101 | 11000 |
Color Harmonies of #09716A
Complementary color
Monochromatic Colors of #09716A
Black with #09716A
Text Example
Text Example
White with #09716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09716A; }
p { color: rgb(9,113,106); }
H1.HeaderClassName
{
color: #09716A;
}
.AnyTagClassName
{
color: #09716A;
}
</style>
background-color css
<style>
a { background-color: #09716A; }
a { background-color: rgb(9,113,106); }
div.DivClassName
{
background-color: #09716A;
}
.BgClassName
{
background-color: #09716A;
}
</style>
border-color css
<style>
span { border-color: #09716A; }
span { border-color: rgb(9,113,106); }
td.TdClassName
{
border-color: #09716A;
}
.TagClassName
{
border-color: #09716A;
}
</style>