Html Css Color HEX #087A65 Tropical Rain Forest
📋 copy color: '#087A65'red 8 ◦ green 122 ◦ blue 101
Shades of Tropical Rain Forest #087A65
Tints of Tropical Rain Forest #087A65
RGB
CMYK
RGB Variations
Color information
#087A65 (or 0x087A65) is known color: Tropical Rain Forest. HEX triplet: 08, 7A and 65. RGB value is (8,122,101). Sum of RGB (Red+Green+Blue) = 8+122+101=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #087A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A65 is #F7859A. Grayscale: #555555. Windows color (decimal): -16221595 or 6650376. OLE color: 6650376.
HSL color Cylindrical-coordinate representation of color #087A65: hue angle of 168.95º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A65 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 101 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.52 |
| HSL | 168.95º | 0.88% | 0.25% | - |
| HSV(B) | 168.95º | 0.93% | 0.48% | - |
| XYZ | 9.41 | 14.91 | 14.69 | - |
| YUV | 85.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 101 | 0.93 | 0 | 0.17 | 0.52 | 168.95 | 0.88 | 0.25 |
| Hex | 8 | 7A | 65 | 5D | 0 | 11 | 34 | A9 | 58 | 19 |
| Octal | 10 | 172 | 145 | 135 | 0 | 21 | 64 | 251 | 130 | 31 |
| Binary | 1000 | 1111010 | 1100101 | 1011101 | 0 | 10001 | 110100 | 10101001 | 1011000 | 11001 |
Color Harmonies of #087A65
Complementary color
Monochromatic Colors of #087A65
Black with #087A65
Text Example
Text Example
White with #087A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A65; }
p { color: rgb(8,122,101); }
H1.HeaderClassName
{
color: #087A65;
}
.AnyTagClassName
{
color: #087A65;
}
</style>
background-color css
<style>
a { background-color: #087A65; }
a { background-color: rgb(8,122,101); }
div.DivClassName
{
background-color: #087A65;
}
.BgClassName
{
background-color: #087A65;
}
</style>
border-color css
<style>
span { border-color: #087A65; }
span { border-color: rgb(8,122,101); }
td.TdClassName
{
border-color: #087A65;
}
.TagClassName
{
border-color: #087A65;
}
</style>