Html Css Color HEX #007365 Tropical Rain Forest
📋 copy color: '#007365'red 0 ◦ green 115 ◦ blue 101
Shades of Tropical Rain Forest #007365
Tints of Tropical Rain Forest #007365
RGB
CMYK
RGB Variations
Color information
#007365 (or 0x007365) is known color: Tropical Rain Forest. HEX triplet: 00, 73 and 65. RGB value is (0,115,101). Sum of RGB (Red+Green+Blue) = 0+115+101=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #007365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007365 is #FF8C9A. Grayscale: #4E4E4E. Windows color (decimal): -16747675 or 6648576. OLE color: 6648576.
HSL color Cylindrical-coordinate representation of color #007365: hue angle of 172.7º 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 #007365 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 101 | - |
| CMYK | 1 | 0 | 0.12 | 0.55 |
| HSL | 172.7º | 1% | 0.23% | - |
| HSV(B) | 172.7º | 1% | 0.45% | - |
| XYZ | 8.48 | 13.2 | 14.41 | - |
| YUV | 79.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 101 | 1 | 0 | 0.12 | 0.55 | 172.7 | 1 | 0.23 |
| Hex | 0 | 73 | 65 | 64 | 0 | C | 37 | AD | 64 | 17 |
| Octal | 0 | 163 | 145 | 144 | 0 | 14 | 67 | 255 | 144 | 27 |
| Binary | 0 | 1110011 | 1100101 | 1100100 | 0 | 1100 | 110111 | 10101101 | 1100100 | 10111 |
Color Harmonies of #007365
Complementary color
Monochromatic Colors of #007365
Black with #007365
Text Example
Text Example
White with #007365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007365; }
p { color: rgb(0,115,101); }
H1.HeaderClassName
{
color: #007365;
}
.AnyTagClassName
{
color: #007365;
}
</style>
background-color css
<style>
a { background-color: #007365; }
a { background-color: rgb(0,115,101); }
div.DivClassName
{
background-color: #007365;
}
.BgClassName
{
background-color: #007365;
}
</style>
border-color css
<style>
span { border-color: #007365; }
span { border-color: rgb(0,115,101); }
td.TdClassName
{
border-color: #007365;
}
.TagClassName
{
border-color: #007365;
}
</style>