Shades of Tropical Rain Forest #007D58
Tints of Tropical Rain Forest #007D58
RGB
CMYK
RGB Variations
Color information
#007D58 (or 0x007D58) is known color: Tropical Rain Forest. HEX triplet: 00, 7D and 58. RGB value is (0,125,88). Sum of RGB (Red+Green+Blue) = 0+125+88=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #007D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D58 is #FF82A7. Grayscale: #535353. Windows color (decimal): -16745128 or 5799168. OLE color: 5799168.
HSL color Cylindrical-coordinate representation of color #007D58: hue angle of 162.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D58 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 88 | - |
| CMYK | 1 | 0 | 0.30 | 0.51 |
| HSL | 162.24º | 1% | 0.25% | - |
| HSV(B) | 162.24º | 1% | 0.49% | - |
| XYZ | 9.1 | 15.37 | 11.72 | - |
| YUV | 83.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 88 | 1 | 0 | 0.30 | 0.51 | 162.24 | 1 | 0.25 |
| Hex | 0 | 7D | 58 | 64 | 0 | 1E | 33 | A2 | 64 | 19 |
| Octal | 0 | 175 | 130 | 144 | 0 | 36 | 63 | 242 | 144 | 31 |
| Binary | 0 | 1111101 | 1011000 | 1100100 | 0 | 11110 | 110011 | 10100010 | 1100100 | 11001 |
Color Harmonies of #007D58
Complementary color
Monochromatic Colors of #007D58
Black with #007D58
Text Example
Text Example
White with #007D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D58; }
p { color: rgb(0,125,88); }
H1.HeaderClassName
{
color: #007D58;
}
.AnyTagClassName
{
color: #007D58;
}
</style>
background-color css
<style>
a { background-color: #007D58; }
a { background-color: rgb(0,125,88); }
div.DivClassName
{
background-color: #007D58;
}
.BgClassName
{
background-color: #007D58;
}
</style>
border-color css
<style>
span { border-color: #007D58; }
span { border-color: rgb(0,125,88); }
td.TdClassName
{
border-color: #007D58;
}
.TagClassName
{
border-color: #007D58;
}
</style>