Html Css Color HEX #007864 Tropical Rain Forest
📋 copy color: '#007864'red 0 ◦ green 120 ◦ blue 100
Shades of Tropical Rain Forest #007864
Tints of Tropical Rain Forest #007864
RGB
CMYK
RGB Variations
Color information
#007864 (or 0x007864) is known color: Tropical Rain Forest. HEX triplet: 00, 78 and 64. RGB value is (0,120,100). Sum of RGB (Red+Green+Blue) = 0+120+100=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #007864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007864 is #FF879B. Grayscale: #515151. Windows color (decimal): -16746396 or 6584320. OLE color: 6584320.
HSL color Cylindrical-coordinate representation of color #007864: hue angle of 170º 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 #007864 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 100 | - |
| CMYK | 1 | 0 | 0.17 | 0.53 |
| HSL | 170º | 1% | 0.24% | - |
| HSV(B) | 170º | 1% | 0.47% | - |
| XYZ | 9.02 | 14.35 | 14.35 | - |
| YUV | 81.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 100 | 1 | 0 | 0.17 | 0.53 | 170 | 1 | 0.24 |
| Hex | 0 | 78 | 64 | 64 | 0 | 11 | 35 | AA | 64 | 18 |
| Octal | 0 | 170 | 144 | 144 | 0 | 21 | 65 | 252 | 144 | 30 |
| Binary | 0 | 1111000 | 1100100 | 1100100 | 0 | 10001 | 110101 | 10101010 | 1100100 | 11000 |
Color Harmonies of #007864
Complementary color
Monochromatic Colors of #007864
Black with #007864
Text Example
Text Example
White with #007864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007864; }
p { color: rgb(0,120,100); }
H1.HeaderClassName
{
color: #007864;
}
.AnyTagClassName
{
color: #007864;
}
</style>
background-color css
<style>
a { background-color: #007864; }
a { background-color: rgb(0,120,100); }
div.DivClassName
{
background-color: #007864;
}
.BgClassName
{
background-color: #007864;
}
</style>
border-color css
<style>
span { border-color: #007864; }
span { border-color: rgb(0,120,100); }
td.TdClassName
{
border-color: #007864;
}
.TagClassName
{
border-color: #007864;
}
</style>