Shades of Pine Green #00726F
Tints of Pine Green #00726F
RGB
CMYK
RGB Variations
Color information
#00726F (or 0x00726F) is known color: Pine Green. HEX triplet: 00, 72 and 6F. RGB value is (0,114,111). Sum of RGB (Red+Green+Blue) = 0+114+111=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #00726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00726F is #FF8D90. Grayscale: #4F4F4F. Windows color (decimal): -16747921 or 7303680. OLE color: 7303680.
HSL color Cylindrical-coordinate representation of color #00726F: hue angle of 178.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00726F is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 111 | - |
| CMYK | 1 | 0 | 0.03 | 0.55 |
| HSL | 178.42º | 1% | 0.22% | - |
| HSV(B) | 178.42º | 1% | 0.45% | - |
| XYZ | 8.89 | 13.18 | 17.12 | - |
| YUV | 79.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 111 | 1 | 0 | 0.03 | 0.55 | 178.42 | 1 | 0.22 |
| Hex | 0 | 72 | 6F | 64 | 0 | 3 | 37 | B2 | 64 | 16 |
| Octal | 0 | 162 | 157 | 144 | 0 | 3 | 67 | 262 | 144 | 26 |
| Binary | 0 | 1110010 | 1101111 | 1100100 | 0 | 11 | 110111 | 10110010 | 1100100 | 10110 |
Color Harmonies of #00726F
Complementary color
Monochromatic Colors of #00726F
Black with #00726F
Text Example
Text Example
White with #00726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00726F; }
p { color: rgb(0,114,111); }
H1.HeaderClassName
{
color: #00726F;
}
.AnyTagClassName
{
color: #00726F;
}
</style>
background-color css
<style>
a { background-color: #00726F; }
a { background-color: rgb(0,114,111); }
div.DivClassName
{
background-color: #00726F;
}
.BgClassName
{
background-color: #00726F;
}
</style>
border-color css
<style>
span { border-color: #00726F; }
span { border-color: rgb(0,114,111); }
td.TdClassName
{
border-color: #00726F;
}
.TagClassName
{
border-color: #00726F;
}
</style>