Shades of Pine Green #07726F
Tints of Pine Green #07726F
RGB
CMYK
RGB Variations
Color information
#07726F (or 0x07726F) is known color: Pine Green. HEX triplet: 07, 72 and 6F. RGB value is (7,114,111). Sum of RGB (Red+Green+Blue) = 7+114+111=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #07726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07726F is #F88D90. Grayscale: #515151. Windows color (decimal): -16289169 or 7303687. OLE color: 7303687.
HSL color Cylindrical-coordinate representation of color #07726F: hue angle of 178.32º degrees, saturation: 0.88, 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 #07726F is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 111 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.55 |
| HSL | 178.32º | 0.88% | 0.24% | - |
| HSV(B) | 178.32º | 0.94% | 0.45% | - |
| XYZ | 8.97 | 13.23 | 17.12 | - |
| YUV | 81.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 111 | 0.94 | 0 | 0.03 | 0.55 | 178.32 | 0.88 | 0.24 |
| Hex | 7 | 72 | 6F | 5E | 0 | 3 | 37 | B2 | 58 | 18 |
| Octal | 7 | 162 | 157 | 136 | 0 | 3 | 67 | 262 | 130 | 30 |
| Binary | 111 | 1110010 | 1101111 | 1011110 | 0 | 11 | 110111 | 10110010 | 1011000 | 11000 |
Color Harmonies of #07726F
Complementary color
Monochromatic Colors of #07726F
Black with #07726F
Text Example
Text Example
White with #07726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07726F; }
p { color: rgb(7,114,111); }
H1.HeaderClassName
{
color: #07726F;
}
.AnyTagClassName
{
color: #07726F;
}
</style>
background-color css
<style>
a { background-color: #07726F; }
a { background-color: rgb(7,114,111); }
div.DivClassName
{
background-color: #07726F;
}
.BgClassName
{
background-color: #07726F;
}
</style>
border-color css
<style>
span { border-color: #07726F; }
span { border-color: rgb(7,114,111); }
td.TdClassName
{
border-color: #07726F;
}
.TagClassName
{
border-color: #07726F;
}
</style>