Shades of Tropical Rain Forest #007B58
Tints of Tropical Rain Forest #007B58
RGB
CMYK
RGB Variations
Color information
#007B58 (or 0x007B58) is known color: Tropical Rain Forest. HEX triplet: 00, 7B and 58. RGB value is (0,123,88). Sum of RGB (Red+Green+Blue) = 0+123+88=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #007B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007B58 is #FF84A7. Grayscale: #525252. Windows color (decimal): -16745640 or 5798656. OLE color: 5798656.
HSL color Cylindrical-coordinate representation of color #007B58: hue angle of 162.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B58 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 123 | 88 | - |
| CMYK | 1 | 0 | 0.28 | 0.52 |
| HSL | 162.93º | 1% | 0.24% | - |
| HSV(B) | 162.93º | 1% | 0.48% | - |
| XYZ | 8.84 | 14.87 | 11.64 | - |
| YUV | 82.23 | 131.25 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 88 | 1 | 0 | 0.28 | 0.52 | 162.93 | 1 | 0.24 |
| Hex | 0 | 7B | 58 | 64 | 0 | 1C | 34 | A3 | 64 | 18 |
| Octal | 0 | 173 | 130 | 144 | 0 | 34 | 64 | 243 | 144 | 30 |
| Binary | 0 | 1111011 | 1011000 | 1100100 | 0 | 11100 | 110100 | 10100011 | 1100100 | 11000 |
Color Harmonies of #007B58
Complementary color
Monochromatic Colors of #007B58
Black with #007B58
Text Example
Text Example
White with #007B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B58; }
p { color: rgb(0,123,88); }
H1.HeaderClassName
{
color: #007B58;
}
.AnyTagClassName
{
color: #007B58;
}
</style>
background-color css
<style>
a { background-color: #007B58; }
a { background-color: rgb(0,123,88); }
div.DivClassName
{
background-color: #007B58;
}
.BgClassName
{
background-color: #007B58;
}
</style>
border-color css
<style>
span { border-color: #007B58; }
span { border-color: rgb(0,123,88); }
td.TdClassName
{
border-color: #007B58;
}
.TagClassName
{
border-color: #007B58;
}
</style>