Shades of Pine Green #007A69
Tints of Pine Green #007A69
RGB
CMYK
RGB Variations
Color information
#007A69 (or 0x007A69) is known color: Pine Green. HEX triplet: 00, 7A and 69. RGB value is (0,122,105). Sum of RGB (Red+Green+Blue) = 0+122+105=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #007A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A69 is #FF8596. Grayscale: #535353. Windows color (decimal): -16745879 or 6912512. OLE color: 6912512.
HSL color Cylindrical-coordinate representation of color #007A69: hue angle of 171.64º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A69 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 122 | 105 | - |
| CMYK | 1 | 0 | 0.14 | 0.52 |
| HSL | 171.64º | 1% | 0.24% | - |
| HSV(B) | 171.64º | 1% | 0.48% | - |
| XYZ | 9.51 | 14.94 | 15.75 | - |
| YUV | 83.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 105 | 1 | 0 | 0.14 | 0.52 | 171.64 | 1 | 0.24 |
| Hex | 0 | 7A | 69 | 64 | 0 | E | 34 | AC | 64 | 18 |
| Octal | 0 | 172 | 151 | 144 | 0 | 16 | 64 | 254 | 144 | 30 |
| Binary | 0 | 1111010 | 1101001 | 1100100 | 0 | 1110 | 110100 | 10101100 | 1100100 | 11000 |
Color Harmonies of #007A69
Complementary color
Monochromatic Colors of #007A69
Black with #007A69
Text Example
Text Example
White with #007A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A69; }
p { color: rgb(0,122,105); }
H1.HeaderClassName
{
color: #007A69;
}
.AnyTagClassName
{
color: #007A69;
}
</style>
background-color css
<style>
a { background-color: #007A69; }
a { background-color: rgb(0,122,105); }
div.DivClassName
{
background-color: #007A69;
}
.BgClassName
{
background-color: #007A69;
}
</style>
border-color css
<style>
span { border-color: #007A69; }
span { border-color: rgb(0,122,105); }
td.TdClassName
{
border-color: #007A69;
}
.TagClassName
{
border-color: #007A69;
}
</style>