Html Css Color HEX #007964 Tropical Rain Forest
📋 copy color: '#007964'red 0 ◦ green 121 ◦ blue 100
Shades of Tropical Rain Forest #007964
Tints of Tropical Rain Forest #007964
RGB
CMYK
RGB Variations
Color information
#007964 (or 0x007964) is known color: Tropical Rain Forest. HEX triplet: 00, 79 and 64. RGB value is (0,121,100). Sum of RGB (Red+Green+Blue) = 0+121+100=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #007964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007964 is #FF869B. Grayscale: #525252. Windows color (decimal): -16746140 or 6584576. OLE color: 6584576.
HSL color Cylindrical-coordinate representation of color #007964: hue angle of 169.59º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007964 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 100 | - |
| CMYK | 1 | 0 | 0.17 | 0.53 |
| HSL | 169.59º | 1% | 0.24% | - |
| HSV(B) | 169.59º | 1% | 0.47% | - |
| XYZ | 9.14 | 14.59 | 14.39 | - |
| YUV | 82.43 | 137.91 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 100 | 1 | 0 | 0.17 | 0.53 | 169.59 | 1 | 0.24 |
| Hex | 0 | 79 | 64 | 64 | 0 | 11 | 35 | AA | 64 | 18 |
| Octal | 0 | 171 | 144 | 144 | 0 | 21 | 65 | 252 | 144 | 30 |
| Binary | 0 | 1111001 | 1100100 | 1100100 | 0 | 10001 | 110101 | 10101010 | 1100100 | 11000 |
Color Harmonies of #007964
Complementary color
Monochromatic Colors of #007964
Black with #007964
Text Example
Text Example
White with #007964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007964; }
p { color: rgb(0,121,100); }
H1.HeaderClassName
{
color: #007964;
}
.AnyTagClassName
{
color: #007964;
}
</style>
background-color css
<style>
a { background-color: #007964; }
a { background-color: rgb(0,121,100); }
div.DivClassName
{
background-color: #007964;
}
.BgClassName
{
background-color: #007964;
}
</style>
border-color css
<style>
span { border-color: #007964; }
span { border-color: rgb(0,121,100); }
td.TdClassName
{
border-color: #007964;
}
.TagClassName
{
border-color: #007964;
}
</style>