Shades of Pine Green #007069
Tints of Pine Green #007069
RGB
CMYK
RGB Variations
Color information
#007069 (or 0x007069) is known color: Pine Green. HEX triplet: 00, 70 and 69. RGB value is (0,112,105). Sum of RGB (Red+Green+Blue) = 0+112+105=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #007069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007069 is #FF8F96. Grayscale: #4D4D4D. Windows color (decimal): -16748439 or 6909952. OLE color: 6909952.
HSL color Cylindrical-coordinate representation of color #007069: hue angle of 176.25º 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 #007069 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 105 | - |
| CMYK | 1 | 0 | 0.06 | 0.56 |
| HSL | 176.25º | 1% | 0.22% | - |
| HSV(B) | 176.25º | 1% | 0.44% | - |
| XYZ | 8.34 | 12.61 | 15.36 | - |
| YUV | 77.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 105 | 1 | 0 | 0.06 | 0.56 | 176.25 | 1 | 0.22 |
| Hex | 0 | 70 | 69 | 64 | 0 | 6 | 38 | B0 | 64 | 16 |
| Octal | 0 | 160 | 151 | 144 | 0 | 6 | 70 | 260 | 144 | 26 |
| Binary | 0 | 1110000 | 1101001 | 1100100 | 0 | 110 | 111000 | 10110000 | 1100100 | 10110 |
Color Harmonies of #007069
Complementary color
Monochromatic Colors of #007069
Black with #007069
Text Example
Text Example
White with #007069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007069; }
p { color: rgb(0,112,105); }
H1.HeaderClassName
{
color: #007069;
}
.AnyTagClassName
{
color: #007069;
}
</style>
background-color css
<style>
a { background-color: #007069; }
a { background-color: rgb(0,112,105); }
div.DivClassName
{
background-color: #007069;
}
.BgClassName
{
background-color: #007069;
}
</style>
border-color css
<style>
span { border-color: #007069; }
span { border-color: rgb(0,112,105); }
td.TdClassName
{
border-color: #007069;
}
.TagClassName
{
border-color: #007069;
}
</style>