Html Css Color HEX #007364 Tropical Rain Forest
📋 copy color: '#007364'red 0 ◦ green 115 ◦ blue 100
Shades of Tropical Rain Forest #007364
Tints of Tropical Rain Forest #007364
RGB
CMYK
RGB Variations
Color information
#007364 (or 0x007364) is known color: Tropical Rain Forest. HEX triplet: 00, 73 and 64. RGB value is (0,115,100). Sum of RGB (Red+Green+Blue) = 0+115+100=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #007364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007364 is #FF8C9B. Grayscale: #4E4E4E. Windows color (decimal): -16747676 or 6583040. OLE color: 6583040.
HSL color Cylindrical-coordinate representation of color #007364: hue angle of 172.17º 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 #007364 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 100 | - |
| CMYK | 1 | 0 | 0.13 | 0.55 |
| HSL | 172.17º | 1% | 0.23% | - |
| HSV(B) | 172.17º | 1% | 0.45% | - |
| XYZ | 8.43 | 13.18 | 14.16 | - |
| YUV | 78.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 100 | 1 | 0 | 0.13 | 0.55 | 172.17 | 1 | 0.23 |
| Hex | 0 | 73 | 64 | 64 | 0 | D | 37 | AC | 64 | 17 |
| Octal | 0 | 163 | 144 | 144 | 0 | 15 | 67 | 254 | 144 | 27 |
| Binary | 0 | 1110011 | 1100100 | 1100100 | 0 | 1101 | 110111 | 10101100 | 1100100 | 10111 |
Color Harmonies of #007364
Complementary color
Monochromatic Colors of #007364
Black with #007364
Text Example
Text Example
White with #007364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007364; }
p { color: rgb(0,115,100); }
H1.HeaderClassName
{
color: #007364;
}
.AnyTagClassName
{
color: #007364;
}
</style>
background-color css
<style>
a { background-color: #007364; }
a { background-color: rgb(0,115,100); }
div.DivClassName
{
background-color: #007364;
}
.BgClassName
{
background-color: #007364;
}
</style>
border-color css
<style>
span { border-color: #007364; }
span { border-color: rgb(0,115,100); }
td.TdClassName
{
border-color: #007364;
}
.TagClassName
{
border-color: #007364;
}
</style>