Shades of Pine Green #067072
Tints of Pine Green #067072
RGB
CMYK
RGB Variations
Color information
#067072 (or 0x067072) is known color: Pine Green. HEX triplet: 06, 70 and 72. RGB value is (6,112,114). Sum of RGB (Red+Green+Blue) = 6+112+114=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #067072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067072 is #F98F8D. Grayscale: #505050. Windows color (decimal): -16355214 or 7499782. OLE color: 7499782.
HSL color Cylindrical-coordinate representation of color #067072: hue angle of 181.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067072 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 112 | 114 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.55 |
| HSL | 181.11º | 0.9% | 0.24% | - |
| HSV(B) | 181.11º | 0.95% | 0.45% | - |
| XYZ | 8.91 | 12.84 | 17.93 | - |
| YUV | 80.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 114 | 0.95 | 0.02 | 0 | 0.55 | 181.11 | 0.9 | 0.24 |
| Hex | 6 | 70 | 72 | 5F | 2 | 0 | 37 | B5 | 5A | 18 |
| Octal | 6 | 160 | 162 | 137 | 2 | 0 | 67 | 265 | 132 | 30 |
| Binary | 110 | 1110000 | 1110010 | 1011111 | 10 | 0 | 110111 | 10110101 | 1011010 | 11000 |
Color Harmonies of #067072
Complementary color
Monochromatic Colors of #067072
Black with #067072
Text Example
Text Example
White with #067072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067072; }
p { color: rgb(6,112,114); }
H1.HeaderClassName
{
color: #067072;
}
.AnyTagClassName
{
color: #067072;
}
</style>
background-color css
<style>
a { background-color: #067072; }
a { background-color: rgb(6,112,114); }
div.DivClassName
{
background-color: #067072;
}
.BgClassName
{
background-color: #067072;
}
</style>
border-color css
<style>
span { border-color: #067072; }
span { border-color: rgb(6,112,114); }
td.TdClassName
{
border-color: #067072;
}
.TagClassName
{
border-color: #067072;
}
</style>