Shades of Pine Green #078172
Tints of Pine Green #078172
RGB
CMYK
RGB Variations
Color information
#078172 (or 0x078172) is known color: Pine Green. HEX triplet: 07, 81 and 72. RGB value is (7,129,114). Sum of RGB (Red+Green+Blue) = 7+129+114=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #078172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078172 is #F87E8D. Grayscale: #5A5A5A. Windows color (decimal): -16285326 or 7504135. OLE color: 7504135.
HSL color Cylindrical-coordinate representation of color #078172: hue angle of 172.62º 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 #078172 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 114 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.49 |
| HSL | 172.62º | 0.9% | 0.27% | - |
| HSV(B) | 172.62º | 0.95% | 0.51% | - |
| XYZ | 10.98 | 16.96 | 18.61 | - |
| YUV | 90.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 114 | 0.95 | 0 | 0.12 | 0.49 | 172.62 | 0.9 | 0.27 |
| Hex | 7 | 81 | 72 | 5F | 0 | C | 31 | AD | 5A | 1B |
| Octal | 7 | 201 | 162 | 137 | 0 | 14 | 61 | 255 | 132 | 33 |
| Binary | 111 | 10000001 | 1110010 | 1011111 | 0 | 1100 | 110001 | 10101101 | 1011010 | 11011 |
Color Harmonies of #078172
Complementary color
Monochromatic Colors of #078172
Black with #078172
Text Example
Text Example
White with #078172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078172; }
p { color: rgb(7,129,114); }
H1.HeaderClassName
{
color: #078172;
}
.AnyTagClassName
{
color: #078172;
}
</style>
background-color css
<style>
a { background-color: #078172; }
a { background-color: rgb(7,129,114); }
div.DivClassName
{
background-color: #078172;
}
.BgClassName
{
background-color: #078172;
}
</style>
border-color css
<style>
span { border-color: #078172; }
span { border-color: rgb(7,129,114); }
td.TdClassName
{
border-color: #078172;
}
.TagClassName
{
border-color: #078172;
}
</style>