Shades of Pine Green #077B68
Tints of Pine Green #077B68
RGB
CMYK
RGB Variations
Color information
#077B68 (or 0x077B68) is known color: Pine Green. HEX triplet: 07, 7B and 68. RGB value is (7,123,104). Sum of RGB (Red+Green+Blue) = 7+123+104=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #077B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B68 is #F88497. Grayscale: #565656. Windows color (decimal): -16286872 or 6847239. OLE color: 6847239.
HSL color Cylindrical-coordinate representation of color #077B68: hue angle of 170.17º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B68 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 104 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.52 |
| HSL | 170.17º | 0.89% | 0.25% | - |
| HSV(B) | 170.17º | 0.94% | 0.48% | - |
| XYZ | 9.67 | 15.21 | 15.52 | - |
| YUV | 86.15 | 138.07 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 104 | 0.94 | 0 | 0.15 | 0.52 | 170.17 | 0.89 | 0.25 |
| Hex | 7 | 7B | 68 | 5E | 0 | F | 34 | AA | 59 | 19 |
| Octal | 7 | 173 | 150 | 136 | 0 | 17 | 64 | 252 | 131 | 31 |
| Binary | 111 | 1111011 | 1101000 | 1011110 | 0 | 1111 | 110100 | 10101010 | 1011001 | 11001 |
Color Harmonies of #077B68
Complementary color
Monochromatic Colors of #077B68
Black with #077B68
Text Example
Text Example
White with #077B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B68; }
p { color: rgb(7,123,104); }
H1.HeaderClassName
{
color: #077B68;
}
.AnyTagClassName
{
color: #077B68;
}
</style>
background-color css
<style>
a { background-color: #077B68; }
a { background-color: rgb(7,123,104); }
div.DivClassName
{
background-color: #077B68;
}
.BgClassName
{
background-color: #077B68;
}
</style>
border-color css
<style>
span { border-color: #077B68; }
span { border-color: rgb(7,123,104); }
td.TdClassName
{
border-color: #077B68;
}
.TagClassName
{
border-color: #077B68;
}
</style>