Shades of Pine Green #077873
Tints of Pine Green #077873
RGB
CMYK
RGB Variations
Color information
#077873 (or 0x077873) is known color: Pine Green. HEX triplet: 07, 78 and 73. RGB value is (7,120,115). Sum of RGB (Red+Green+Blue) = 7+120+115=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #077873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077873 is #F8878C. Grayscale: #555555. Windows color (decimal): -16287629 or 7567367. OLE color: 7567367.
HSL color Cylindrical-coordinate representation of color #077873: hue angle of 177.35º 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 #077873 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 115 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.53 |
| HSL | 177.35º | 0.89% | 0.25% | - |
| HSV(B) | 177.35º | 0.94% | 0.47% | - |
| XYZ | 9.9 | 14.72 | 18.54 | - |
| YUV | 85.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 115 | 0.94 | 0 | 0.04 | 0.53 | 177.35 | 0.89 | 0.25 |
| Hex | 7 | 78 | 73 | 5E | 0 | 4 | 35 | B1 | 59 | 19 |
| Octal | 7 | 170 | 163 | 136 | 0 | 4 | 65 | 261 | 131 | 31 |
| Binary | 111 | 1111000 | 1110011 | 1011110 | 0 | 100 | 110101 | 10110001 | 1011001 | 11001 |
Color Harmonies of #077873
Complementary color
Monochromatic Colors of #077873
Black with #077873
Text Example
Text Example
White with #077873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077873; }
p { color: rgb(7,120,115); }
H1.HeaderClassName
{
color: #077873;
}
.AnyTagClassName
{
color: #077873;
}
</style>
background-color css
<style>
a { background-color: #077873; }
a { background-color: rgb(7,120,115); }
div.DivClassName
{
background-color: #077873;
}
.BgClassName
{
background-color: #077873;
}
</style>
border-color css
<style>
span { border-color: #077873; }
span { border-color: rgb(7,120,115); }
td.TdClassName
{
border-color: #077873;
}
.TagClassName
{
border-color: #077873;
}
</style>