Html Css Color HEX #007466 Tropical Rain Forest
📋 copy color: '#007466'red 0 ◦ green 116 ◦ blue 102
Shades of Tropical Rain Forest #007466
Tints of Tropical Rain Forest #007466
RGB
CMYK
RGB Variations
Color information
#007466 (or 0x007466) is known color: Tropical Rain Forest. HEX triplet: 00, 74 and 66. RGB value is (0,116,102). Sum of RGB (Red+Green+Blue) = 0+116+102=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #007466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007466 is #FF8B99. Grayscale: #4F4F4F. Windows color (decimal): -16747418 or 6714368. OLE color: 6714368.
HSL color Cylindrical-coordinate representation of color #007466: hue angle of 172.76º 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 #007466 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 102 | - |
| CMYK | 1 | 0 | 0.12 | 0.55 |
| HSL | 172.76º | 1% | 0.23% | - |
| HSV(B) | 172.76º | 1% | 0.45% | - |
| XYZ | 8.64 | 13.45 | 14.71 | - |
| YUV | 79.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 102 | 1 | 0 | 0.12 | 0.55 | 172.76 | 1 | 0.23 |
| Hex | 0 | 74 | 66 | 64 | 0 | C | 37 | AD | 64 | 17 |
| Octal | 0 | 164 | 146 | 144 | 0 | 14 | 67 | 255 | 144 | 27 |
| Binary | 0 | 1110100 | 1100110 | 1100100 | 0 | 1100 | 110111 | 10101101 | 1100100 | 10111 |
Color Harmonies of #007466
Complementary color
Monochromatic Colors of #007466
Black with #007466
Text Example
Text Example
White with #007466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007466; }
p { color: rgb(0,116,102); }
H1.HeaderClassName
{
color: #007466;
}
.AnyTagClassName
{
color: #007466;
}
</style>
background-color css
<style>
a { background-color: #007466; }
a { background-color: rgb(0,116,102); }
div.DivClassName
{
background-color: #007466;
}
.BgClassName
{
background-color: #007466;
}
</style>
border-color css
<style>
span { border-color: #007466; }
span { border-color: rgb(0,116,102); }
td.TdClassName
{
border-color: #007466;
}
.TagClassName
{
border-color: #007466;
}
</style>