Shades of Tropical Rain Forest #00765D
Tints of Tropical Rain Forest #00765D
RGB
CMYK
RGB Variations
Color information
#00765D (or 0x00765D) is known color: Tropical Rain Forest. HEX triplet: 00, 76 and 5D. RGB value is (0,118,93). Sum of RGB (Red+Green+Blue) = 0+118+93=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #00765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00765D is #FF89A2. Grayscale: #4F4F4F. Windows color (decimal): -16746915 or 6125056. OLE color: 6125056.
HSL color Cylindrical-coordinate representation of color #00765D: hue angle of 167.29º 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 #00765D is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 93 | - |
| CMYK | 1 | 0 | 0.21 | 0.54 |
| HSL | 167.29º | 1% | 0.23% | - |
| HSV(B) | 167.29º | 1% | 0.46% | - |
| XYZ | 8.45 | 13.75 | 12.56 | - |
| YUV | 79.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 93 | 1 | 0 | 0.21 | 0.54 | 167.29 | 1 | 0.23 |
| Hex | 0 | 76 | 5D | 64 | 0 | 15 | 36 | A7 | 64 | 17 |
| Octal | 0 | 166 | 135 | 144 | 0 | 25 | 66 | 247 | 144 | 27 |
| Binary | 0 | 1110110 | 1011101 | 1100100 | 0 | 10101 | 110110 | 10100111 | 1100100 | 10111 |
Color Harmonies of #00765D
Complementary color
Monochromatic Colors of #00765D
Black with #00765D
Text Example
Text Example
White with #00765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00765D; }
p { color: rgb(0,118,93); }
H1.HeaderClassName
{
color: #00765D;
}
.AnyTagClassName
{
color: #00765D;
}
</style>
background-color css
<style>
a { background-color: #00765D; }
a { background-color: rgb(0,118,93); }
div.DivClassName
{
background-color: #00765D;
}
.BgClassName
{
background-color: #00765D;
}
</style>
border-color css
<style>
span { border-color: #00765D; }
span { border-color: rgb(0,118,93); }
td.TdClassName
{
border-color: #00765D;
}
.TagClassName
{
border-color: #00765D;
}
</style>