Html Css Color HEX #007264 Tropical Rain Forest
📋 copy color: '#007264'red 0 ◦ green 114 ◦ blue 100
Shades of Tropical Rain Forest #007264
Tints of Tropical Rain Forest #007264
RGB
CMYK
RGB Variations
Color information
#007264 (or 0x007264) is known color: Tropical Rain Forest. HEX triplet: 00, 72 and 64. RGB value is (0,114,100). Sum of RGB (Red+Green+Blue) = 0+114+100=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #007264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007264 is #FF8D9B. Grayscale: #4E4E4E. Windows color (decimal): -16747932 or 6582784. OLE color: 6582784.
HSL color Cylindrical-coordinate representation of color #007264: hue angle of 172.63º 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 #007264 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 100 | - |
| CMYK | 1 | 0 | 0.12 | 0.55 |
| HSL | 172.63º | 1% | 0.22% | - |
| HSV(B) | 172.63º | 1% | 0.45% | - |
| XYZ | 8.32 | 12.95 | 14.12 | - |
| YUV | 78.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 100 | 1 | 0 | 0.12 | 0.55 | 172.63 | 1 | 0.22 |
| Hex | 0 | 72 | 64 | 64 | 0 | C | 37 | AD | 64 | 16 |
| Octal | 0 | 162 | 144 | 144 | 0 | 14 | 67 | 255 | 144 | 26 |
| Binary | 0 | 1110010 | 1100100 | 1100100 | 0 | 1100 | 110111 | 10101101 | 1100100 | 10110 |
Color Harmonies of #007264
Complementary color
Monochromatic Colors of #007264
Black with #007264
Text Example
Text Example
White with #007264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007264; }
p { color: rgb(0,114,100); }
H1.HeaderClassName
{
color: #007264;
}
.AnyTagClassName
{
color: #007264;
}
</style>
background-color css
<style>
a { background-color: #007264; }
a { background-color: rgb(0,114,100); }
div.DivClassName
{
background-color: #007264;
}
.BgClassName
{
background-color: #007264;
}
</style>
border-color css
<style>
span { border-color: #007264; }
span { border-color: rgb(0,114,100); }
td.TdClassName
{
border-color: #007264;
}
.TagClassName
{
border-color: #007264;
}
</style>