Shades of Pine Green #077872
Tints of Pine Green #077872
RGB
CMYK
RGB Variations
Color information
#077872 (or 0x077872) is known color: Pine Green. HEX triplet: 07, 78 and 72. RGB value is (7,120,114). Sum of RGB (Red+Green+Blue) = 7+120+114=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #077872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077872 is #F8878D. Grayscale: #555555. Windows color (decimal): -16287630 or 7501831. OLE color: 7501831.
HSL color Cylindrical-coordinate representation of color #077872: hue angle of 176.81º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077872 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 114 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.53 |
| HSL | 176.81º | 0.89% | 0.25% | - |
| HSV(B) | 176.81º | 0.94% | 0.47% | - |
| XYZ | 9.84 | 14.69 | 18.24 | - |
| YUV | 85.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 114 | 0.94 | 0 | 0.05 | 0.53 | 176.81 | 0.89 | 0.25 |
| Hex | 7 | 78 | 72 | 5E | 0 | 5 | 35 | B1 | 59 | 19 |
| Octal | 7 | 170 | 162 | 136 | 0 | 5 | 65 | 261 | 131 | 31 |
| Binary | 111 | 1111000 | 1110010 | 1011110 | 0 | 101 | 110101 | 10110001 | 1011001 | 11001 |
Color Harmonies of #077872
Complementary color
Monochromatic Colors of #077872
Black with #077872
Text Example
Text Example
White with #077872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077872; }
p { color: rgb(7,120,114); }
H1.HeaderClassName
{
color: #077872;
}
.AnyTagClassName
{
color: #077872;
}
</style>
background-color css
<style>
a { background-color: #077872; }
a { background-color: rgb(7,120,114); }
div.DivClassName
{
background-color: #077872;
}
.BgClassName
{
background-color: #077872;
}
</style>
border-color css
<style>
span { border-color: #077872; }
span { border-color: rgb(7,120,114); }
td.TdClassName
{
border-color: #077872;
}
.TagClassName
{
border-color: #077872;
}
</style>