Shades of Pine Green #00756B
Tints of Pine Green #00756B
RGB
CMYK
RGB Variations
Color information
#00756B (or 0x00756B) is known color: Pine Green. HEX triplet: 00, 75 and 6B. RGB value is (0,117,107). Sum of RGB (Red+Green+Blue) = 0+117+107=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #00756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00756B is #FF8A94. Grayscale: #505050. Windows color (decimal): -16747157 or 7042304. OLE color: 7042304.
HSL color Cylindrical-coordinate representation of color #00756B: hue angle of 174.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00756B is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 107 | - |
| CMYK | 1 | 0 | 0.09 | 0.54 |
| HSL | 174.87º | 1% | 0.23% | - |
| HSV(B) | 174.87º | 1% | 0.46% | - |
| XYZ | 9.02 | 13.78 | 16.1 | - |
| YUV | 80.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 107 | 1 | 0 | 0.09 | 0.54 | 174.87 | 1 | 0.23 |
| Hex | 0 | 75 | 6B | 64 | 0 | 9 | 36 | AF | 64 | 17 |
| Octal | 0 | 165 | 153 | 144 | 0 | 11 | 66 | 257 | 144 | 27 |
| Binary | 0 | 1110101 | 1101011 | 1100100 | 0 | 1001 | 110110 | 10101111 | 1100100 | 10111 |
Color Harmonies of #00756B
Complementary color
Monochromatic Colors of #00756B
Black with #00756B
Text Example
Text Example
White with #00756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00756B; }
p { color: rgb(0,117,107); }
H1.HeaderClassName
{
color: #00756B;
}
.AnyTagClassName
{
color: #00756B;
}
</style>
background-color css
<style>
a { background-color: #00756B; }
a { background-color: rgb(0,117,107); }
div.DivClassName
{
background-color: #00756B;
}
.BgClassName
{
background-color: #00756B;
}
</style>
border-color css
<style>
span { border-color: #00756B; }
span { border-color: rgb(0,117,107); }
td.TdClassName
{
border-color: #00756B;
}
.TagClassName
{
border-color: #00756B;
}
</style>