Html Css Color HEX #007465 Tropical Rain Forest
📋 copy color: '#007465'red 0 ◦ green 116 ◦ blue 101
Shades of Tropical Rain Forest #007465
Tints of Tropical Rain Forest #007465
RGB
CMYK
RGB Variations
Color information
#007465 (or 0x007465) is known color: Tropical Rain Forest. HEX triplet: 00, 74 and 65. RGB value is (0,116,101). Sum of RGB (Red+Green+Blue) = 0+116+101=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #007465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007465 is #FF8B9A. Grayscale: #4F4F4F. Windows color (decimal): -16747419 or 6648832. OLE color: 6648832.
HSL color Cylindrical-coordinate representation of color #007465: hue angle of 172.24º 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 #007465 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 101 | - |
| CMYK | 1 | 0 | 0.13 | 0.55 |
| HSL | 172.24º | 1% | 0.23% | - |
| HSV(B) | 172.24º | 1% | 0.45% | - |
| XYZ | 8.59 | 13.43 | 14.45 | - |
| YUV | 79.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 101 | 1 | 0 | 0.13 | 0.55 | 172.24 | 1 | 0.23 |
| Hex | 0 | 74 | 65 | 64 | 0 | D | 37 | AC | 64 | 17 |
| Octal | 0 | 164 | 145 | 144 | 0 | 15 | 67 | 254 | 144 | 27 |
| Binary | 0 | 1110100 | 1100101 | 1100100 | 0 | 1101 | 110111 | 10101100 | 1100100 | 10111 |
Color Harmonies of #007465
Complementary color
Monochromatic Colors of #007465
Black with #007465
Text Example
Text Example
White with #007465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007465; }
p { color: rgb(0,116,101); }
H1.HeaderClassName
{
color: #007465;
}
.AnyTagClassName
{
color: #007465;
}
</style>
background-color css
<style>
a { background-color: #007465; }
a { background-color: rgb(0,116,101); }
div.DivClassName
{
background-color: #007465;
}
.BgClassName
{
background-color: #007465;
}
</style>
border-color css
<style>
span { border-color: #007465; }
span { border-color: rgb(0,116,101); }
td.TdClassName
{
border-color: #007465;
}
.TagClassName
{
border-color: #007465;
}
</style>