Shades of Pine Green #09746A
Tints of Pine Green #09746A
RGB
CMYK
RGB Variations
Color information
#09746A (or 0x09746A) is known color: Pine Green. HEX triplet: 09, 74 and 6A. RGB value is (9,116,106). Sum of RGB (Red+Green+Blue) = 9+116+106=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #09746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09746A is #F68B95. Grayscale: #525252. Windows color (decimal): -16157590 or 6976521. OLE color: 6976521.
HSL color Cylindrical-coordinate representation of color #09746A: hue angle of 174.39º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09746A is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 106 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.55 |
| HSL | 174.39º | 0.86% | 0.25% | - |
| HSV(B) | 174.39º | 0.92% | 0.45% | - |
| XYZ | 8.96 | 13.59 | 15.79 | - |
| YUV | 82.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 106 | 0.92 | 0 | 0.09 | 0.55 | 174.39 | 0.86 | 0.25 |
| Hex | 9 | 74 | 6A | 5C | 0 | 9 | 37 | AE | 56 | 19 |
| Octal | 11 | 164 | 152 | 134 | 0 | 11 | 67 | 256 | 126 | 31 |
| Binary | 1001 | 1110100 | 1101010 | 1011100 | 0 | 1001 | 110111 | 10101110 | 1010110 | 11001 |
Color Harmonies of #09746A
Complementary color
Monochromatic Colors of #09746A
Black with #09746A
Text Example
Text Example
White with #09746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09746A; }
p { color: rgb(9,116,106); }
H1.HeaderClassName
{
color: #09746A;
}
.AnyTagClassName
{
color: #09746A;
}
</style>
background-color css
<style>
a { background-color: #09746A; }
a { background-color: rgb(9,116,106); }
div.DivClassName
{
background-color: #09746A;
}
.BgClassName
{
background-color: #09746A;
}
</style>
border-color css
<style>
span { border-color: #09746A; }
span { border-color: rgb(9,116,106); }
td.TdClassName
{
border-color: #09746A;
}
.TagClassName
{
border-color: #09746A;
}
</style>