Shades of Pine Green #08736C
Tints of Pine Green #08736C
RGB
CMYK
RGB Variations
Color information
#08736C (or 0x08736C) is known color: Pine Green. HEX triplet: 08, 73 and 6C. RGB value is (8,115,108). Sum of RGB (Red+Green+Blue) = 8+115+108=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #08736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08736C is #F78C93. Grayscale: #525252. Windows color (decimal): -16223380 or 7107336. OLE color: 7107336.
HSL color Cylindrical-coordinate representation of color #08736C: hue angle of 176.07º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08736C is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 108 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.55 |
| HSL | 176.07º | 0.87% | 0.24% | - |
| HSV(B) | 176.07º | 0.93% | 0.45% | - |
| XYZ | 8.94 | 13.4 | 16.3 | - |
| YUV | 82.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 108 | 0.93 | 0 | 0.06 | 0.55 | 176.07 | 0.87 | 0.24 |
| Hex | 8 | 73 | 6C | 5D | 0 | 6 | 37 | B0 | 57 | 18 |
| Octal | 10 | 163 | 154 | 135 | 0 | 6 | 67 | 260 | 127 | 30 |
| Binary | 1000 | 1110011 | 1101100 | 1011101 | 0 | 110 | 110111 | 10110000 | 1010111 | 11000 |
Color Harmonies of #08736C
Complementary color
Monochromatic Colors of #08736C
Black with #08736C
Text Example
Text Example
White with #08736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08736C; }
p { color: rgb(8,115,108); }
H1.HeaderClassName
{
color: #08736C;
}
.AnyTagClassName
{
color: #08736C;
}
</style>
background-color css
<style>
a { background-color: #08736C; }
a { background-color: rgb(8,115,108); }
div.DivClassName
{
background-color: #08736C;
}
.BgClassName
{
background-color: #08736C;
}
</style>
border-color css
<style>
span { border-color: #08736C; }
span { border-color: rgb(8,115,108); }
td.TdClassName
{
border-color: #08736C;
}
.TagClassName
{
border-color: #08736C;
}
</style>