Shades of Tropical Rain Forest #00705A
Tints of Tropical Rain Forest #00705A
RGB
CMYK
RGB Variations
Color information
#00705A (or 0x00705A) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 5A. RGB value is (0,112,90). Sum of RGB (Red+Green+Blue) = 0+112+90=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #00705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00705A is #FF8FA5. Grayscale: #4B4B4B. Windows color (decimal): -16748454 or 5926912. OLE color: 5926912.
HSL color Cylindrical-coordinate representation of color #00705A: hue angle of 168.21º 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 #00705A is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 90 | - |
| CMYK | 1 | 0 | 0.20 | 0.56 |
| HSL | 168.21º | 1% | 0.22% | - |
| HSV(B) | 168.21º | 1% | 0.44% | - |
| XYZ | 7.64 | 12.33 | 11.65 | - |
| YUV | 76 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 90 | 1 | 0 | 0.20 | 0.56 | 168.21 | 1 | 0.22 |
| Hex | 0 | 70 | 5A | 64 | 0 | 14 | 38 | A8 | 64 | 16 |
| Octal | 0 | 160 | 132 | 144 | 0 | 24 | 70 | 250 | 144 | 26 |
| Binary | 0 | 1110000 | 1011010 | 1100100 | 0 | 10100 | 111000 | 10101000 | 1100100 | 10110 |
Color Harmonies of #00705A
Complementary color
Monochromatic Colors of #00705A
Black with #00705A
Text Example
Text Example
White with #00705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00705A; }
p { color: rgb(0,112,90); }
H1.HeaderClassName
{
color: #00705A;
}
.AnyTagClassName
{
color: #00705A;
}
</style>
background-color css
<style>
a { background-color: #00705A; }
a { background-color: rgb(0,112,90); }
div.DivClassName
{
background-color: #00705A;
}
.BgClassName
{
background-color: #00705A;
}
</style>
border-color css
<style>
span { border-color: #00705A; }
span { border-color: rgb(0,112,90); }
td.TdClassName
{
border-color: #00705A;
}
.TagClassName
{
border-color: #00705A;
}
</style>