Shades of Pine Green #007B6D
Tints of Pine Green #007B6D
RGB
CMYK
RGB Variations
Color information
#007B6D (or 0x007B6D) is known color: Pine Green. HEX triplet: 00, 7B and 6D. RGB value is (0,123,109). Sum of RGB (Red+Green+Blue) = 0+123+109=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #007B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B6D is #FF8492. Grayscale: #545454. Windows color (decimal): -16745619 or 7174912. OLE color: 7174912.
HSL color Cylindrical-coordinate representation of color #007B6D: hue angle of 173.17º 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 #007B6D is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 109 | - |
| CMYK | 1 | 0 | 0.11 | 0.52 |
| HSL | 173.17º | 1% | 0.24% | - |
| HSV(B) | 173.17º | 1% | 0.48% | - |
| XYZ | 9.84 | 15.27 | 16.9 | - |
| YUV | 84.63 | 141.75 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 109 | 1 | 0 | 0.11 | 0.52 | 173.17 | 1 | 0.24 |
| Hex | 0 | 7B | 6D | 64 | 0 | B | 34 | AD | 64 | 18 |
| Octal | 0 | 173 | 155 | 144 | 0 | 13 | 64 | 255 | 144 | 30 |
| Binary | 0 | 1111011 | 1101101 | 1100100 | 0 | 1011 | 110100 | 10101101 | 1100100 | 11000 |
Color Harmonies of #007B6D
Complementary color
Monochromatic Colors of #007B6D
Black with #007B6D
Text Example
Text Example
White with #007B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B6D; }
p { color: rgb(0,123,109); }
H1.HeaderClassName
{
color: #007B6D;
}
.AnyTagClassName
{
color: #007B6D;
}
</style>
background-color css
<style>
a { background-color: #007B6D; }
a { background-color: rgb(0,123,109); }
div.DivClassName
{
background-color: #007B6D;
}
.BgClassName
{
background-color: #007B6D;
}
</style>
border-color css
<style>
span { border-color: #007B6D; }
span { border-color: rgb(0,123,109); }
td.TdClassName
{
border-color: #007B6D;
}
.TagClassName
{
border-color: #007B6D;
}
</style>