Html Css Color HEX #007265 Tropical Rain Forest
📋 copy color: '#007265'red 0 ◦ green 114 ◦ blue 101
Shades of Tropical Rain Forest #007265
Tints of Tropical Rain Forest #007265
RGB
CMYK
RGB Variations
Color information
#007265 (or 0x007265) is known color: Tropical Rain Forest. HEX triplet: 00, 72 and 65. RGB value is (0,114,101). Sum of RGB (Red+Green+Blue) = 0+114+101=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #007265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007265 is #FF8D9A. Grayscale: #4E4E4E. Windows color (decimal): -16747931 or 6648320. OLE color: 6648320.
HSL color Cylindrical-coordinate representation of color #007265: hue angle of 173.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007265 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 101 | - |
| CMYK | 1 | 0 | 0.11 | 0.55 |
| HSL | 173.16º | 1% | 0.22% | - |
| HSV(B) | 173.16º | 1% | 0.45% | - |
| XYZ | 8.37 | 12.97 | 14.38 | - |
| YUV | 78.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 101 | 1 | 0 | 0.11 | 0.55 | 173.16 | 1 | 0.22 |
| Hex | 0 | 72 | 65 | 64 | 0 | B | 37 | AD | 64 | 16 |
| Octal | 0 | 162 | 145 | 144 | 0 | 13 | 67 | 255 | 144 | 26 |
| Binary | 0 | 1110010 | 1100101 | 1100100 | 0 | 1011 | 110111 | 10101101 | 1100100 | 10110 |
Color Harmonies of #007265
Complementary color
Monochromatic Colors of #007265
Black with #007265
Text Example
Text Example
White with #007265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007265; }
p { color: rgb(0,114,101); }
H1.HeaderClassName
{
color: #007265;
}
.AnyTagClassName
{
color: #007265;
}
</style>
background-color css
<style>
a { background-color: #007265; }
a { background-color: rgb(0,114,101); }
div.DivClassName
{
background-color: #007265;
}
.BgClassName
{
background-color: #007265;
}
</style>
border-color css
<style>
span { border-color: #007265; }
span { border-color: rgb(0,114,101); }
td.TdClassName
{
border-color: #007265;
}
.TagClassName
{
border-color: #007265;
}
</style>