Shades of Tropical Rain Forest #076C5B
Tints of Tropical Rain Forest #076C5B
RGB
CMYK
RGB Variations
Color information
#076C5B (or 0x076C5B) is known color: Tropical Rain Forest. HEX triplet: 07, 6C and 5B. RGB value is (7,108,91). Sum of RGB (Red+Green+Blue) = 7+108+91=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #076C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076C5B is #F893A4. Grayscale: #4B4B4B. Windows color (decimal): -16290725 or 5991431. OLE color: 5991431.
HSL color Cylindrical-coordinate representation of color #076C5B: hue angle of 169.9º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076C5B is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 108 | 91 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.58 |
| HSL | 169.9º | 0.88% | 0.23% | - |
| HSV(B) | 169.9º | 0.94% | 0.42% | - |
| XYZ | 7.34 | 11.53 | 11.74 | - |
| YUV | 75.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 91 | 0.94 | 0 | 0.16 | 0.58 | 169.9 | 0.88 | 0.23 |
| Hex | 7 | 6C | 5B | 5E | 0 | 10 | 3A | AA | 58 | 17 |
| Octal | 7 | 154 | 133 | 136 | 0 | 20 | 72 | 252 | 130 | 27 |
| Binary | 111 | 1101100 | 1011011 | 1011110 | 0 | 10000 | 111010 | 10101010 | 1011000 | 10111 |
Color Harmonies of #076C5B
Complementary color
Monochromatic Colors of #076C5B
Black with #076C5B
Text Example
Text Example
White with #076C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C5B; }
p { color: rgb(7,108,91); }
H1.HeaderClassName
{
color: #076C5B;
}
.AnyTagClassName
{
color: #076C5B;
}
</style>
background-color css
<style>
a { background-color: #076C5B; }
a { background-color: rgb(7,108,91); }
div.DivClassName
{
background-color: #076C5B;
}
.BgClassName
{
background-color: #076C5B;
}
</style>
border-color css
<style>
span { border-color: #076C5B; }
span { border-color: rgb(7,108,91); }
td.TdClassName
{
border-color: #076C5B;
}
.TagClassName
{
border-color: #076C5B;
}
</style>