Shades of Tropical Rain Forest #00745C
Tints of Tropical Rain Forest #00745C
RGB
CMYK
RGB Variations
Color information
#00745C (or 0x00745C) is known color: Tropical Rain Forest. HEX triplet: 00, 74 and 5C. RGB value is (0,116,92). Sum of RGB (Red+Green+Blue) = 0+116+92=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #00745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00745C is #FF8BA3. Grayscale: #4E4E4E. Windows color (decimal): -16747428 or 6059008. OLE color: 6059008.
HSL color Cylindrical-coordinate representation of color #00745C: hue angle of 167.59º 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 #00745C is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 92 | - |
| CMYK | 1 | 0 | 0.21 | 0.55 |
| HSL | 167.59º | 1% | 0.23% | - |
| HSV(B) | 167.59º | 1% | 0.45% | - |
| XYZ | 8.18 | 13.26 | 12.25 | - |
| YUV | 78.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 92 | 1 | 0 | 0.21 | 0.55 | 167.59 | 1 | 0.23 |
| Hex | 0 | 74 | 5C | 64 | 0 | 15 | 37 | A8 | 64 | 17 |
| Octal | 0 | 164 | 134 | 144 | 0 | 25 | 67 | 250 | 144 | 27 |
| Binary | 0 | 1110100 | 1011100 | 1100100 | 0 | 10101 | 110111 | 10101000 | 1100100 | 10111 |
Color Harmonies of #00745C
Complementary color
Monochromatic Colors of #00745C
Black with #00745C
Text Example
Text Example
White with #00745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00745C; }
p { color: rgb(0,116,92); }
H1.HeaderClassName
{
color: #00745C;
}
.AnyTagClassName
{
color: #00745C;
}
</style>
background-color css
<style>
a { background-color: #00745C; }
a { background-color: rgb(0,116,92); }
div.DivClassName
{
background-color: #00745C;
}
.BgClassName
{
background-color: #00745C;
}
</style>
border-color css
<style>
span { border-color: #00745C; }
span { border-color: rgb(0,116,92); }
td.TdClassName
{
border-color: #00745C;
}
.TagClassName
{
border-color: #00745C;
}
</style>