Shades of Pine Green #00726A
Tints of Pine Green #00726A
RGB
CMYK
RGB Variations
Color information
#00726A (or 0x00726A) is known color: Pine Green. HEX triplet: 00, 72 and 6A. RGB value is (0,114,106). Sum of RGB (Red+Green+Blue) = 0+114+106=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #00726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00726A is #FF8D95. Grayscale: #4E4E4E. Windows color (decimal): -16747926 or 6976000. OLE color: 6976000.
HSL color Cylindrical-coordinate representation of color #00726A: hue angle of 175.79º 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 #00726A is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 106 | - |
| CMYK | 1 | 0 | 0.07 | 0.55 |
| HSL | 175.79º | 1% | 0.22% | - |
| HSV(B) | 175.79º | 1% | 0.45% | - |
| XYZ | 8.62 | 13.08 | 15.71 | - |
| YUV | 79 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 106 | 1 | 0 | 0.07 | 0.55 | 175.79 | 1 | 0.22 |
| Hex | 0 | 72 | 6A | 64 | 0 | 7 | 37 | B0 | 64 | 16 |
| Octal | 0 | 162 | 152 | 144 | 0 | 7 | 67 | 260 | 144 | 26 |
| Binary | 0 | 1110010 | 1101010 | 1100100 | 0 | 111 | 110111 | 10110000 | 1100100 | 10110 |
Color Harmonies of #00726A
Complementary color
Monochromatic Colors of #00726A
Black with #00726A
Text Example
Text Example
White with #00726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00726A; }
p { color: rgb(0,114,106); }
H1.HeaderClassName
{
color: #00726A;
}
.AnyTagClassName
{
color: #00726A;
}
</style>
background-color css
<style>
a { background-color: #00726A; }
a { background-color: rgb(0,114,106); }
div.DivClassName
{
background-color: #00726A;
}
.BgClassName
{
background-color: #00726A;
}
</style>
border-color css
<style>
span { border-color: #00726A; }
span { border-color: rgb(0,114,106); }
td.TdClassName
{
border-color: #00726A;
}
.TagClassName
{
border-color: #00726A;
}
</style>