Shades of Pine Green #007868
Tints of Pine Green #007868
RGB
CMYK
RGB Variations
Color information
#007868 (or 0x007868) is known color: Pine Green. HEX triplet: 00, 78 and 68. RGB value is (0,120,104). Sum of RGB (Red+Green+Blue) = 0+120+104=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #007868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007868 is #FF8797. Grayscale: #525252. Windows color (decimal): -16746392 or 6846464. OLE color: 6846464.
HSL color Cylindrical-coordinate representation of color #007868: hue angle of 172º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007868 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 104 | - |
| CMYK | 1 | 0 | 0.13 | 0.53 |
| HSL | 172º | 1% | 0.24% | - |
| HSV(B) | 172º | 1% | 0.47% | - |
| XYZ | 9.22 | 14.43 | 15.4 | - |
| YUV | 82.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 104 | 1 | 0 | 0.13 | 0.53 | 172 | 1 | 0.24 |
| Hex | 0 | 78 | 68 | 64 | 0 | D | 35 | AC | 64 | 18 |
| Octal | 0 | 170 | 150 | 144 | 0 | 15 | 65 | 254 | 144 | 30 |
| Binary | 0 | 1111000 | 1101000 | 1100100 | 0 | 1101 | 110101 | 10101100 | 1100100 | 11000 |
Color Harmonies of #007868
Complementary color
Monochromatic Colors of #007868
Black with #007868
Text Example
Text Example
White with #007868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007868; }
p { color: rgb(0,120,104); }
H1.HeaderClassName
{
color: #007868;
}
.AnyTagClassName
{
color: #007868;
}
</style>
background-color css
<style>
a { background-color: #007868; }
a { background-color: rgb(0,120,104); }
div.DivClassName
{
background-color: #007868;
}
.BgClassName
{
background-color: #007868;
}
</style>
border-color css
<style>
span { border-color: #007868; }
span { border-color: rgb(0,120,104); }
td.TdClassName
{
border-color: #007868;
}
.TagClassName
{
border-color: #007868;
}
</style>