Shades of Pine Green #077369
Tints of Pine Green #077369
RGB
CMYK
RGB Variations
Color information
#077369 (or 0x077369) is known color: Pine Green. HEX triplet: 07, 73 and 69. RGB value is (7,115,105). Sum of RGB (Red+Green+Blue) = 7+115+105=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #077369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077369 is #F88C96. Grayscale: #515151. Windows color (decimal): -16288919 or 6910727. OLE color: 6910727.
HSL color Cylindrical-coordinate representation of color #077369: hue angle of 174.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077369 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 105 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.55 |
| HSL | 174.44º | 0.89% | 0.24% | - |
| HSV(B) | 174.44º | 0.94% | 0.45% | - |
| XYZ | 8.77 | 13.33 | 15.47 | - |
| YUV | 81.57 | 141.22 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 105 | 0.94 | 0 | 0.09 | 0.55 | 174.44 | 0.89 | 0.24 |
| Hex | 7 | 73 | 69 | 5E | 0 | 9 | 37 | AE | 59 | 18 |
| Octal | 7 | 163 | 151 | 136 | 0 | 11 | 67 | 256 | 131 | 30 |
| Binary | 111 | 1110011 | 1101001 | 1011110 | 0 | 1001 | 110111 | 10101110 | 1011001 | 11000 |
Color Harmonies of #077369
Complementary color
Monochromatic Colors of #077369
Black with #077369
Text Example
Text Example
White with #077369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077369; }
p { color: rgb(7,115,105); }
H1.HeaderClassName
{
color: #077369;
}
.AnyTagClassName
{
color: #077369;
}
</style>
background-color css
<style>
a { background-color: #077369; }
a { background-color: rgb(7,115,105); }
div.DivClassName
{
background-color: #077369;
}
.BgClassName
{
background-color: #077369;
}
</style>
border-color css
<style>
span { border-color: #077369; }
span { border-color: rgb(7,115,105); }
td.TdClassName
{
border-color: #077369;
}
.TagClassName
{
border-color: #077369;
}
</style>