Shades of Tropical Rain Forest #07765A
Tints of Tropical Rain Forest #07765A
RGB
CMYK
RGB Variations
Color information
#07765A (or 0x07765A) is known color: Tropical Rain Forest. HEX triplet: 07, 76 and 5A. RGB value is (7,118,90). Sum of RGB (Red+Green+Blue) = 7+118+90=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #07765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07765A is #F889A5. Grayscale: #515151. Windows color (decimal): -16288166 or 5928455. OLE color: 5928455.
HSL color Cylindrical-coordinate representation of color #07765A: hue angle of 164.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07765A is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 90 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.54 |
| HSL | 164.86º | 0.89% | 0.25% | - |
| HSV(B) | 164.86º | 0.94% | 0.46% | - |
| XYZ | 8.41 | 13.74 | 11.88 | - |
| YUV | 81.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 90 | 0.94 | 0 | 0.24 | 0.54 | 164.86 | 0.89 | 0.25 |
| Hex | 7 | 76 | 5A | 5E | 0 | 18 | 36 | A5 | 59 | 19 |
| Octal | 7 | 166 | 132 | 136 | 0 | 30 | 66 | 245 | 131 | 31 |
| Binary | 111 | 1110110 | 1011010 | 1011110 | 0 | 11000 | 110110 | 10100101 | 1011001 | 11001 |
Color Harmonies of #07765A
Complementary color
Monochromatic Colors of #07765A
Black with #07765A
Text Example
Text Example
White with #07765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07765A; }
p { color: rgb(7,118,90); }
H1.HeaderClassName
{
color: #07765A;
}
.AnyTagClassName
{
color: #07765A;
}
</style>
background-color css
<style>
a { background-color: #07765A; }
a { background-color: rgb(7,118,90); }
div.DivClassName
{
background-color: #07765A;
}
.BgClassName
{
background-color: #07765A;
}
</style>
border-color css
<style>
span { border-color: #07765A; }
span { border-color: rgb(7,118,90); }
td.TdClassName
{
border-color: #07765A;
}
.TagClassName
{
border-color: #07765A;
}
</style>