Shades of Pine Green #007168
Tints of Pine Green #007168
RGB
CMYK
RGB Variations
Color information
#007168 (or 0x007168) is known color: Pine Green. HEX triplet: 00, 71 and 68. RGB value is (0,113,104). Sum of RGB (Red+Green+Blue) = 0+113+104=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #007168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007168 is #FF8E97. Grayscale: #4E4E4E. Windows color (decimal): -16748184 or 6844672. OLE color: 6844672.
HSL color Cylindrical-coordinate representation of color #007168: hue angle of 175.22º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007168 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 104 | - |
| CMYK | 1 | 0 | 0.08 | 0.56 |
| HSL | 175.22º | 1% | 0.22% | - |
| HSV(B) | 175.22º | 1% | 0.44% | - |
| XYZ | 8.4 | 12.81 | 15.13 | - |
| YUV | 78.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 104 | 1 | 0 | 0.08 | 0.56 | 175.22 | 1 | 0.22 |
| Hex | 0 | 71 | 68 | 64 | 0 | 8 | 38 | AF | 64 | 16 |
| Octal | 0 | 161 | 150 | 144 | 0 | 10 | 70 | 257 | 144 | 26 |
| Binary | 0 | 1110001 | 1101000 | 1100100 | 0 | 1000 | 111000 | 10101111 | 1100100 | 10110 |
Color Harmonies of #007168
Complementary color
Monochromatic Colors of #007168
Black with #007168
Text Example
Text Example
White with #007168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007168; }
p { color: rgb(0,113,104); }
H1.HeaderClassName
{
color: #007168;
}
.AnyTagClassName
{
color: #007168;
}
</style>
background-color css
<style>
a { background-color: #007168; }
a { background-color: rgb(0,113,104); }
div.DivClassName
{
background-color: #007168;
}
.BgClassName
{
background-color: #007168;
}
</style>
border-color css
<style>
span { border-color: #007168; }
span { border-color: rgb(0,113,104); }
td.TdClassName
{
border-color: #007168;
}
.TagClassName
{
border-color: #007168;
}
</style>