Shades of Pine Green #087D74
Tints of Pine Green #087D74
RGB
CMYK
RGB Variations
Color information
#087D74 (or 0x087D74) is known color: Pine Green. HEX triplet: 08, 7D and 74. RGB value is (8,125,116). Sum of RGB (Red+Green+Blue) = 8+125+116=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #087D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087D74 is #F7828B. Grayscale: #585858. Windows color (decimal): -16220812 or 7634184. OLE color: 7634184.
HSL color Cylindrical-coordinate representation of color #087D74: hue angle of 175.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D74 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 125 | 116 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.51 |
| HSL | 175.38º | 0.88% | 0.26% | - |
| HSV(B) | 175.38º | 0.94% | 0.49% | - |
| XYZ | 10.59 | 15.98 | 19.05 | - |
| YUV | 88.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 116 | 0.94 | 0 | 0.07 | 0.51 | 175.38 | 0.88 | 0.26 |
| Hex | 8 | 7D | 74 | 5E | 0 | 7 | 33 | AF | 58 | 1A |
| Octal | 10 | 175 | 164 | 136 | 0 | 7 | 63 | 257 | 130 | 32 |
| Binary | 1000 | 1111101 | 1110100 | 1011110 | 0 | 111 | 110011 | 10101111 | 1011000 | 11010 |
Color Harmonies of #087D74
Complementary color
Monochromatic Colors of #087D74
Black with #087D74
Text Example
Text Example
White with #087D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D74; }
p { color: rgb(8,125,116); }
H1.HeaderClassName
{
color: #087D74;
}
.AnyTagClassName
{
color: #087D74;
}
</style>
background-color css
<style>
a { background-color: #087D74; }
a { background-color: rgb(8,125,116); }
div.DivClassName
{
background-color: #087D74;
}
.BgClassName
{
background-color: #087D74;
}
</style>
border-color css
<style>
span { border-color: #087D74; }
span { border-color: rgb(8,125,116); }
td.TdClassName
{
border-color: #087D74;
}
.TagClassName
{
border-color: #087D74;
}
</style>