Shades of Pine Green #088173
Tints of Pine Green #088173
RGB
CMYK
RGB Variations
Color information
#088173 (or 0x088173) is known color: Pine Green. HEX triplet: 08, 81 and 73. RGB value is (8,129,115). Sum of RGB (Red+Green+Blue) = 8+129+115=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #088173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088173 is #F77E8C. Grayscale: #5B5B5B. Windows color (decimal): -16219789 or 7569672. OLE color: 7569672.
HSL color Cylindrical-coordinate representation of color #088173: hue angle of 173.06º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088173 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 115 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.49 |
| HSL | 173.06º | 0.88% | 0.27% | - |
| HSV(B) | 173.06º | 0.94% | 0.51% | - |
| XYZ | 11.04 | 16.99 | 18.92 | - |
| YUV | 91.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 115 | 0.94 | 0 | 0.11 | 0.49 | 173.06 | 0.88 | 0.27 |
| Hex | 8 | 81 | 73 | 5E | 0 | B | 31 | AD | 58 | 1B |
| Octal | 10 | 201 | 163 | 136 | 0 | 13 | 61 | 255 | 130 | 33 |
| Binary | 1000 | 10000001 | 1110011 | 1011110 | 0 | 1011 | 110001 | 10101101 | 1011000 | 11011 |
Color Harmonies of #088173
Complementary color
Monochromatic Colors of #088173
Black with #088173
Text Example
Text Example
White with #088173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088173; }
p { color: rgb(8,129,115); }
H1.HeaderClassName
{
color: #088173;
}
.AnyTagClassName
{
color: #088173;
}
</style>
background-color css
<style>
a { background-color: #088173; }
a { background-color: rgb(8,129,115); }
div.DivClassName
{
background-color: #088173;
}
.BgClassName
{
background-color: #088173;
}
</style>
border-color css
<style>
span { border-color: #088173; }
span { border-color: rgb(8,129,115); }
td.TdClassName
{
border-color: #088173;
}
.TagClassName
{
border-color: #088173;
}
</style>