Shades of Pine Green #067872
Tints of Pine Green #067872
RGB
CMYK
RGB Variations
Color information
#067872 (or 0x067872) is known color: Pine Green. HEX triplet: 06, 78 and 72. RGB value is (6,120,114). Sum of RGB (Red+Green+Blue) = 6+120+114=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #067872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067872 is #F9878D. Grayscale: #555555. Windows color (decimal): -16353166 or 7501830. OLE color: 7501830.
HSL color Cylindrical-coordinate representation of color #067872: hue angle of 176.84º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067872 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 120 | 114 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.53 |
| HSL | 176.84º | 0.9% | 0.25% | - |
| HSV(B) | 176.84º | 0.95% | 0.47% | - |
| XYZ | 9.83 | 14.69 | 18.24 | - |
| YUV | 85.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 114 | 0.95 | 0 | 0.05 | 0.53 | 176.84 | 0.9 | 0.25 |
| Hex | 6 | 78 | 72 | 5F | 0 | 5 | 35 | B1 | 5A | 19 |
| Octal | 6 | 170 | 162 | 137 | 0 | 5 | 65 | 261 | 132 | 31 |
| Binary | 110 | 1111000 | 1110010 | 1011111 | 0 | 101 | 110101 | 10110001 | 1011010 | 11001 |
Color Harmonies of #067872
Complementary color
Monochromatic Colors of #067872
Black with #067872
Text Example
Text Example
White with #067872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067872; }
p { color: rgb(6,120,114); }
H1.HeaderClassName
{
color: #067872;
}
.AnyTagClassName
{
color: #067872;
}
</style>
background-color css
<style>
a { background-color: #067872; }
a { background-color: rgb(6,120,114); }
div.DivClassName
{
background-color: #067872;
}
.BgClassName
{
background-color: #067872;
}
</style>
border-color css
<style>
span { border-color: #067872; }
span { border-color: rgb(6,120,114); }
td.TdClassName
{
border-color: #067872;
}
.TagClassName
{
border-color: #067872;
}
</style>