Shades of Tropical Rain Forest #007D56
Tints of Tropical Rain Forest #007D56
RGB
CMYK
RGB Variations
Color information
#007D56 (or 0x007D56) is known color: Tropical Rain Forest. HEX triplet: 00, 7D and 56. RGB value is (0,125,86). Sum of RGB (Red+Green+Blue) = 0+125+86=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #007D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007D56 is #FF82A9. Grayscale: #535353. Windows color (decimal): -16745130 or 5668096. OLE color: 5668096.
HSL color Cylindrical-coordinate representation of color #007D56: hue angle of 161.28º 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 #007D56 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 125 | 86 | - |
| CMYK | 1 | 0 | 0.31 | 0.51 |
| HSL | 161.28º | 1% | 0.25% | - |
| HSV(B) | 161.28º | 1% | 0.49% | - |
| XYZ | 9.01 | 15.34 | 11.29 | - |
| YUV | 83.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 86 | 1 | 0 | 0.31 | 0.51 | 161.28 | 1 | 0.25 |
| Hex | 0 | 7D | 56 | 64 | 0 | 1F | 33 | A1 | 64 | 19 |
| Octal | 0 | 175 | 126 | 144 | 0 | 37 | 63 | 241 | 144 | 31 |
| Binary | 0 | 1111101 | 1010110 | 1100100 | 0 | 11111 | 110011 | 10100001 | 1100100 | 11001 |
Color Harmonies of #007D56
Complementary color
Monochromatic Colors of #007D56
Black with #007D56
Text Example
Text Example
White with #007D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007D56; }
p { color: rgb(0,125,86); }
H1.HeaderClassName
{
color: #007D56;
}
.AnyTagClassName
{
color: #007D56;
}
</style>
background-color css
<style>
a { background-color: #007D56; }
a { background-color: rgb(0,125,86); }
div.DivClassName
{
background-color: #007D56;
}
.BgClassName
{
background-color: #007D56;
}
</style>
border-color css
<style>
span { border-color: #007D56; }
span { border-color: rgb(0,125,86); }
td.TdClassName
{
border-color: #007D56;
}
.TagClassName
{
border-color: #007D56;
}
</style>