Shades of Tropical Rain Forest #00765E
Tints of Tropical Rain Forest #00765E
RGB
CMYK
RGB Variations
Color information
#00765E (or 0x00765E) is known color: Tropical Rain Forest. HEX triplet: 00, 76 and 5E. RGB value is (0,118,94). Sum of RGB (Red+Green+Blue) = 0+118+94=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #00765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00765E is #FF89A1. Grayscale: #4F4F4F. Windows color (decimal): -16746914 or 6190592. OLE color: 6190592.
HSL color Cylindrical-coordinate representation of color #00765E: hue angle of 167.8º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00765E is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 94 | - |
| CMYK | 1 | 0 | 0.20 | 0.54 |
| HSL | 167.8º | 1% | 0.23% | - |
| HSV(B) | 167.8º | 1% | 0.46% | - |
| XYZ | 8.5 | 13.77 | 12.8 | - |
| YUV | 79.98 | 135.91 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 94 | 1 | 0 | 0.20 | 0.54 | 167.8 | 1 | 0.23 |
| Hex | 0 | 76 | 5E | 64 | 0 | 14 | 36 | A8 | 64 | 17 |
| Octal | 0 | 166 | 136 | 144 | 0 | 24 | 66 | 250 | 144 | 27 |
| Binary | 0 | 1110110 | 1011110 | 1100100 | 0 | 10100 | 110110 | 10101000 | 1100100 | 10111 |
Color Harmonies of #00765E
Complementary color
Monochromatic Colors of #00765E
Black with #00765E
Text Example
Text Example
White with #00765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00765E; }
p { color: rgb(0,118,94); }
H1.HeaderClassName
{
color: #00765E;
}
.AnyTagClassName
{
color: #00765E;
}
</style>
background-color css
<style>
a { background-color: #00765E; }
a { background-color: rgb(0,118,94); }
div.DivClassName
{
background-color: #00765E;
}
.BgClassName
{
background-color: #00765E;
}
</style>
border-color css
<style>
span { border-color: #00765E; }
span { border-color: rgb(0,118,94); }
td.TdClassName
{
border-color: #00765E;
}
.TagClassName
{
border-color: #00765E;
}
</style>