Shades of Pine Green #00766C
Tints of Pine Green #00766C
RGB
CMYK
RGB Variations
Color information
#00766C (or 0x00766C) is known color: Pine Green. HEX triplet: 00, 76 and 6C. RGB value is (0,118,108). Sum of RGB (Red+Green+Blue) = 0+118+108=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #00766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00766C is #FF8993. Grayscale: #515151. Windows color (decimal): -16746900 or 7108096. OLE color: 7108096.
HSL color Cylindrical-coordinate representation of color #00766C: hue angle of 174.92º 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 #00766C is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 108 | - |
| CMYK | 1 | 0 | 0.08 | 0.54 |
| HSL | 174.92º | 1% | 0.23% | - |
| HSV(B) | 174.92º | 1% | 0.46% | - |
| XYZ | 9.19 | 14.04 | 16.41 | - |
| YUV | 81.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 108 | 1 | 0 | 0.08 | 0.54 | 174.92 | 1 | 0.23 |
| Hex | 0 | 76 | 6C | 64 | 0 | 8 | 36 | AF | 64 | 17 |
| Octal | 0 | 166 | 154 | 144 | 0 | 10 | 66 | 257 | 144 | 27 |
| Binary | 0 | 1110110 | 1101100 | 1100100 | 0 | 1000 | 110110 | 10101111 | 1100100 | 10111 |
Color Harmonies of #00766C
Complementary color
Monochromatic Colors of #00766C
Black with #00766C
Text Example
Text Example
White with #00766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00766C; }
p { color: rgb(0,118,108); }
H1.HeaderClassName
{
color: #00766C;
}
.AnyTagClassName
{
color: #00766C;
}
</style>
background-color css
<style>
a { background-color: #00766C; }
a { background-color: rgb(0,118,108); }
div.DivClassName
{
background-color: #00766C;
}
.BgClassName
{
background-color: #00766C;
}
</style>
border-color css
<style>
span { border-color: #00766C; }
span { border-color: rgb(0,118,108); }
td.TdClassName
{
border-color: #00766C;
}
.TagClassName
{
border-color: #00766C;
}
</style>