Shades of Pine Green #078371
Tints of Pine Green #078371
RGB
CMYK
RGB Variations
Color information
#078371 (or 0x078371) is known color: Pine Green. HEX triplet: 07, 83 and 71. RGB value is (7,131,113). Sum of RGB (Red+Green+Blue) = 7+131+113=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #078371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078371 is #F87C8E. Grayscale: #5B5B5B. Windows color (decimal): -16284815 or 7439111. OLE color: 7439111.
HSL color Cylindrical-coordinate representation of color #078371: hue angle of 171.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078371 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 113 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.49 |
| HSL | 171.29º | 0.9% | 0.27% | - |
| HSV(B) | 171.29º | 0.95% | 0.51% | - |
| XYZ | 11.18 | 17.47 | 18.41 | - |
| YUV | 91.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 113 | 0.95 | 0 | 0.14 | 0.49 | 171.29 | 0.9 | 0.27 |
| Hex | 7 | 83 | 71 | 5F | 0 | E | 31 | AB | 5A | 1B |
| Octal | 7 | 203 | 161 | 137 | 0 | 16 | 61 | 253 | 132 | 33 |
| Binary | 111 | 10000011 | 1110001 | 1011111 | 0 | 1110 | 110001 | 10101011 | 1011010 | 11011 |
Color Harmonies of #078371
Complementary color
Monochromatic Colors of #078371
Black with #078371
Text Example
Text Example
White with #078371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078371; }
p { color: rgb(7,131,113); }
H1.HeaderClassName
{
color: #078371;
}
.AnyTagClassName
{
color: #078371;
}
</style>
background-color css
<style>
a { background-color: #078371; }
a { background-color: rgb(7,131,113); }
div.DivClassName
{
background-color: #078371;
}
.BgClassName
{
background-color: #078371;
}
</style>
border-color css
<style>
span { border-color: #078371; }
span { border-color: rgb(7,131,113); }
td.TdClassName
{
border-color: #078371;
}
.TagClassName
{
border-color: #078371;
}
</style>