Shades of Tropical Rain Forest #00705C
Tints of Tropical Rain Forest #00705C
RGB
CMYK
RGB Variations
Color information
#00705C (or 0x00705C) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 5C. RGB value is (0,112,92). Sum of RGB (Red+Green+Blue) = 0+112+92=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #00705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00705C is #FF8FA3. Grayscale: #4C4C4C. Windows color (decimal): -16748452 or 6057984. OLE color: 6057984.
HSL color Cylindrical-coordinate representation of color #00705C: hue angle of 169.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00705C is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 92 | - |
| CMYK | 1 | 0 | 0.18 | 0.56 |
| HSL | 169.29º | 1% | 0.22% | - |
| HSV(B) | 169.29º | 1% | 0.44% | - |
| XYZ | 7.73 | 12.36 | 12.1 | - |
| YUV | 76.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 92 | 1 | 0 | 0.18 | 0.56 | 169.29 | 1 | 0.22 |
| Hex | 0 | 70 | 5C | 64 | 0 | 12 | 38 | A9 | 64 | 16 |
| Octal | 0 | 160 | 134 | 144 | 0 | 22 | 70 | 251 | 144 | 26 |
| Binary | 0 | 1110000 | 1011100 | 1100100 | 0 | 10010 | 111000 | 10101001 | 1100100 | 10110 |
Color Harmonies of #00705C
Complementary color
Monochromatic Colors of #00705C
Black with #00705C
Text Example
Text Example
White with #00705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00705C; }
p { color: rgb(0,112,92); }
H1.HeaderClassName
{
color: #00705C;
}
.AnyTagClassName
{
color: #00705C;
}
</style>
background-color css
<style>
a { background-color: #00705C; }
a { background-color: rgb(0,112,92); }
div.DivClassName
{
background-color: #00705C;
}
.BgClassName
{
background-color: #00705C;
}
</style>
border-color css
<style>
span { border-color: #00705C; }
span { border-color: rgb(0,112,92); }
td.TdClassName
{
border-color: #00705C;
}
.TagClassName
{
border-color: #00705C;
}
</style>