Html Css Color HEX #087465 Tropical Rain Forest
📋 copy color: '#087465'red 8 ◦ green 116 ◦ blue 101
Shades of Tropical Rain Forest #087465
Tints of Tropical Rain Forest #087465
RGB
CMYK
RGB Variations
Color information
#087465 (or 0x087465) is known color: Tropical Rain Forest. HEX triplet: 08, 74 and 65. RGB value is (8,116,101). Sum of RGB (Red+Green+Blue) = 8+116+101=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #087465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087465 is #F78B9A. Grayscale: #515151. Windows color (decimal): -16223131 or 6648840. OLE color: 6648840.
HSL color Cylindrical-coordinate representation of color #087465: hue angle of 171.67º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087465 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 101 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.55 |
| HSL | 171.67º | 0.87% | 0.24% | - |
| HSV(B) | 171.67º | 0.93% | 0.45% | - |
| XYZ | 8.69 | 13.48 | 14.46 | - |
| YUV | 82 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 101 | 0.93 | 0 | 0.13 | 0.55 | 171.67 | 0.87 | 0.24 |
| Hex | 8 | 74 | 65 | 5D | 0 | D | 37 | AC | 57 | 18 |
| Octal | 10 | 164 | 145 | 135 | 0 | 15 | 67 | 254 | 127 | 30 |
| Binary | 1000 | 1110100 | 1100101 | 1011101 | 0 | 1101 | 110111 | 10101100 | 1010111 | 11000 |
Color Harmonies of #087465
Complementary color
Monochromatic Colors of #087465
Black with #087465
Text Example
Text Example
White with #087465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087465; }
p { color: rgb(8,116,101); }
H1.HeaderClassName
{
color: #087465;
}
.AnyTagClassName
{
color: #087465;
}
</style>
background-color css
<style>
a { background-color: #087465; }
a { background-color: rgb(8,116,101); }
div.DivClassName
{
background-color: #087465;
}
.BgClassName
{
background-color: #087465;
}
</style>
border-color css
<style>
span { border-color: #087465; }
span { border-color: rgb(8,116,101); }
td.TdClassName
{
border-color: #087465;
}
.TagClassName
{
border-color: #087465;
}
</style>