Shades of Tropical Rain Forest #077B5F
Tints of Tropical Rain Forest #077B5F
RGB
CMYK
RGB Variations
Color information
#077B5F (or 0x077B5F) is known color: Tropical Rain Forest. HEX triplet: 07, 7B and 5F. RGB value is (7,123,95). Sum of RGB (Red+Green+Blue) = 7+123+95=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #077B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B5F is #F884A0. Grayscale: #555555. Windows color (decimal): -16286881 or 6257415. OLE color: 6257415.
HSL color Cylindrical-coordinate representation of color #077B5F: hue angle of 165.52º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B5F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 95 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.52 |
| HSL | 165.52º | 0.89% | 0.25% | - |
| HSV(B) | 165.52º | 0.94% | 0.48% | - |
| XYZ | 9.24 | 15.04 | 13.24 | - |
| YUV | 85.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 95 | 0.94 | 0 | 0.23 | 0.52 | 165.52 | 0.89 | 0.25 |
| Hex | 7 | 7B | 5F | 5E | 0 | 17 | 34 | A6 | 59 | 19 |
| Octal | 7 | 173 | 137 | 136 | 0 | 27 | 64 | 246 | 131 | 31 |
| Binary | 111 | 1111011 | 1011111 | 1011110 | 0 | 10111 | 110100 | 10100110 | 1011001 | 11001 |
Color Harmonies of #077B5F
Complementary color
Monochromatic Colors of #077B5F
Black with #077B5F
Text Example
Text Example
White with #077B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B5F; }
p { color: rgb(7,123,95); }
H1.HeaderClassName
{
color: #077B5F;
}
.AnyTagClassName
{
color: #077B5F;
}
</style>
background-color css
<style>
a { background-color: #077B5F; }
a { background-color: rgb(7,123,95); }
div.DivClassName
{
background-color: #077B5F;
}
.BgClassName
{
background-color: #077B5F;
}
</style>
border-color css
<style>
span { border-color: #077B5F; }
span { border-color: rgb(7,123,95); }
td.TdClassName
{
border-color: #077B5F;
}
.TagClassName
{
border-color: #077B5F;
}
</style>