Shades of Pine Green #008068
Tints of Pine Green #008068
RGB
CMYK
RGB Variations
Color information
#008068 (or 0x008068) is known color: Pine Green. HEX triplet: 00, 80 and 68. RGB value is (0,128,104). Sum of RGB (Red+Green+Blue) = 0+128+104=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #008068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008068 is #FF7F97. Grayscale: #565656. Windows color (decimal): -16744344 or 6848512. OLE color: 6848512.
HSL color Cylindrical-coordinate representation of color #008068: hue angle of 168.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008068 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 104 | - |
| CMYK | 1 | 0 | 0.19 | 0.50 |
| HSL | 168.75º | 1% | 0.25% | - |
| HSV(B) | 168.75º | 1% | 0.5% | - |
| XYZ | 10.22 | 16.44 | 15.73 | - |
| YUV | 86.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 104 | 1 | 0 | 0.19 | 0.50 | 168.75 | 1 | 0.25 |
| Hex | 0 | 80 | 68 | 64 | 0 | 13 | 32 | A9 | 64 | 19 |
| Octal | 0 | 200 | 150 | 144 | 0 | 23 | 62 | 251 | 144 | 31 |
| Binary | 0 | 10000000 | 1101000 | 1100100 | 0 | 10011 | 110010 | 10101001 | 1100100 | 11001 |
Color Harmonies of #008068
Complementary color
Monochromatic Colors of #008068
Black with #008068
Text Example
Text Example
White with #008068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008068; }
p { color: rgb(0,128,104); }
H1.HeaderClassName
{
color: #008068;
}
.AnyTagClassName
{
color: #008068;
}
</style>
background-color css
<style>
a { background-color: #008068; }
a { background-color: rgb(0,128,104); }
div.DivClassName
{
background-color: #008068;
}
.BgClassName
{
background-color: #008068;
}
</style>
border-color css
<style>
span { border-color: #008068; }
span { border-color: rgb(0,128,104); }
td.TdClassName
{
border-color: #008068;
}
.TagClassName
{
border-color: #008068;
}
</style>