Shades of Pine Green #078173
Tints of Pine Green #078173
RGB
CMYK
RGB Variations
Color information
#078173 (or 0x078173) is known color: Pine Green. HEX triplet: 07, 81 and 73. RGB value is (7,129,115). Sum of RGB (Red+Green+Blue) = 7+129+115=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #078173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078173 is #F87E8C. Grayscale: #5A5A5A. Windows color (decimal): -16285325 or 7569671. OLE color: 7569671.
HSL color Cylindrical-coordinate representation of color #078173: hue angle of 173.11º 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 #078173 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 115 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.49 |
| HSL | 173.11º | 0.9% | 0.27% | - |
| HSV(B) | 173.11º | 0.95% | 0.51% | - |
| XYZ | 11.03 | 16.98 | 18.92 | - |
| YUV | 90.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 115 | 0.95 | 0 | 0.11 | 0.49 | 173.11 | 0.9 | 0.27 |
| Hex | 7 | 81 | 73 | 5F | 0 | B | 31 | AD | 5A | 1B |
| Octal | 7 | 201 | 163 | 137 | 0 | 13 | 61 | 255 | 132 | 33 |
| Binary | 111 | 10000001 | 1110011 | 1011111 | 0 | 1011 | 110001 | 10101101 | 1011010 | 11011 |
Color Harmonies of #078173
Complementary color
Monochromatic Colors of #078173
Black with #078173
Text Example
Text Example
White with #078173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078173; }
p { color: rgb(7,129,115); }
H1.HeaderClassName
{
color: #078173;
}
.AnyTagClassName
{
color: #078173;
}
</style>
background-color css
<style>
a { background-color: #078173; }
a { background-color: rgb(7,129,115); }
div.DivClassName
{
background-color: #078173;
}
.BgClassName
{
background-color: #078173;
}
</style>
border-color css
<style>
span { border-color: #078173; }
span { border-color: rgb(7,129,115); }
td.TdClassName
{
border-color: #078173;
}
.TagClassName
{
border-color: #078173;
}
</style>