Shades of Tropical Rain Forest #076B58
Tints of Tropical Rain Forest #076B58
RGB
CMYK
RGB Variations
Color information
#076B58 (or 0x076B58) is known color: Tropical Rain Forest. HEX triplet: 07, 6B and 58. RGB value is (7,107,88). Sum of RGB (Red+Green+Blue) = 7+107+88=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #076B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B58 is #F894A7. Grayscale: #4A4A4A. Windows color (decimal): -16290984 or 5794567. OLE color: 5794567.
HSL color Cylindrical-coordinate representation of color #076B58: hue angle of 168.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B58 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 88 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.58 |
| HSL | 168.6º | 0.88% | 0.22% | - |
| HSV(B) | 168.6º | 0.93% | 0.42% | - |
| XYZ | 7.11 | 11.27 | 11.03 | - |
| YUV | 74.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 88 | 0.93 | 0 | 0.18 | 0.58 | 168.6 | 0.88 | 0.22 |
| Hex | 7 | 6B | 58 | 5D | 0 | 12 | 3A | A9 | 58 | 16 |
| Octal | 7 | 153 | 130 | 135 | 0 | 22 | 72 | 251 | 130 | 26 |
| Binary | 111 | 1101011 | 1011000 | 1011101 | 0 | 10010 | 111010 | 10101001 | 1011000 | 10110 |
Color Harmonies of #076B58
Complementary color
Monochromatic Colors of #076B58
Black with #076B58
Text Example
Text Example
White with #076B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B58; }
p { color: rgb(7,107,88); }
H1.HeaderClassName
{
color: #076B58;
}
.AnyTagClassName
{
color: #076B58;
}
</style>
background-color css
<style>
a { background-color: #076B58; }
a { background-color: rgb(7,107,88); }
div.DivClassName
{
background-color: #076B58;
}
.BgClassName
{
background-color: #076B58;
}
</style>
border-color css
<style>
span { border-color: #076B58; }
span { border-color: rgb(7,107,88); }
td.TdClassName
{
border-color: #076B58;
}
.TagClassName
{
border-color: #076B58;
}
</style>