Shades of Pine Green #00736B
Tints of Pine Green #00736B
RGB
CMYK
RGB Variations
Color information
#00736B (or 0x00736B) is known color: Pine Green. HEX triplet: 00, 73 and 6B. RGB value is (0,115,107). Sum of RGB (Red+Green+Blue) = 0+115+107=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #00736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00736B is #FF8C94. Grayscale: #4F4F4F. Windows color (decimal): -16747669 or 7041792. OLE color: 7041792.
HSL color Cylindrical-coordinate representation of color #00736B: hue angle of 175.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00736B is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 107 | - |
| CMYK | 1 | 0 | 0.07 | 0.55 |
| HSL | 175.83º | 1% | 0.23% | - |
| HSV(B) | 175.83º | 1% | 0.45% | - |
| XYZ | 8.78 | 13.32 | 16.02 | - |
| YUV | 79.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 107 | 1 | 0 | 0.07 | 0.55 | 175.83 | 1 | 0.23 |
| Hex | 0 | 73 | 6B | 64 | 0 | 7 | 37 | B0 | 64 | 17 |
| Octal | 0 | 163 | 153 | 144 | 0 | 7 | 67 | 260 | 144 | 27 |
| Binary | 0 | 1110011 | 1101011 | 1100100 | 0 | 111 | 110111 | 10110000 | 1100100 | 10111 |
Color Harmonies of #00736B
Complementary color
Monochromatic Colors of #00736B
Black with #00736B
Text Example
Text Example
White with #00736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00736B; }
p { color: rgb(0,115,107); }
H1.HeaderClassName
{
color: #00736B;
}
.AnyTagClassName
{
color: #00736B;
}
</style>
background-color css
<style>
a { background-color: #00736B; }
a { background-color: rgb(0,115,107); }
div.DivClassName
{
background-color: #00736B;
}
.BgClassName
{
background-color: #00736B;
}
</style>
border-color css
<style>
span { border-color: #00736B; }
span { border-color: rgb(0,115,107); }
td.TdClassName
{
border-color: #00736B;
}
.TagClassName
{
border-color: #00736B;
}
</style>