Shades of Pine Green #007F6B
Tints of Pine Green #007F6B
RGB
CMYK
RGB Variations
Color information
#007F6B (or 0x007F6B) is known color: Pine Green. HEX triplet: 00, 7F and 6B. RGB value is (0,127,107). Sum of RGB (Red+Green+Blue) = 0+127+107=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #007F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F6B is #FF8094. Grayscale: #565656. Windows color (decimal): -16744597 or 7044864. OLE color: 7044864.
HSL color Cylindrical-coordinate representation of color #007F6B: hue angle of 170.55º 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 #007F6B is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 127 | 107 | - |
| CMYK | 1 | 0 | 0.16 | 0.50 |
| HSL | 170.55º | 1% | 0.25% | - |
| HSV(B) | 170.55º | 1% | 0.5% | - |
| XYZ | 10.24 | 16.24 | 16.5 | - |
| YUV | 86.75 | 139.42 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 107 | 1 | 0 | 0.16 | 0.50 | 170.55 | 1 | 0.25 |
| Hex | 0 | 7F | 6B | 64 | 0 | 10 | 32 | AB | 64 | 19 |
| Octal | 0 | 177 | 153 | 144 | 0 | 20 | 62 | 253 | 144 | 31 |
| Binary | 0 | 1111111 | 1101011 | 1100100 | 0 | 10000 | 110010 | 10101011 | 1100100 | 11001 |
Color Harmonies of #007F6B
Complementary color
Monochromatic Colors of #007F6B
Black with #007F6B
Text Example
Text Example
White with #007F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F6B; }
p { color: rgb(0,127,107); }
H1.HeaderClassName
{
color: #007F6B;
}
.AnyTagClassName
{
color: #007F6B;
}
</style>
background-color css
<style>
a { background-color: #007F6B; }
a { background-color: rgb(0,127,107); }
div.DivClassName
{
background-color: #007F6B;
}
.BgClassName
{
background-color: #007F6B;
}
</style>
border-color css
<style>
span { border-color: #007F6B; }
span { border-color: rgb(0,127,107); }
td.TdClassName
{
border-color: #007F6B;
}
.TagClassName
{
border-color: #007F6B;
}
</style>