Html Css Color HEX #087A66 Tropical Rain Forest
📋 copy color: '#087A66'red 8 ◦ green 122 ◦ blue 102
Shades of Tropical Rain Forest #087A66
Tints of Tropical Rain Forest #087A66
RGB
CMYK
RGB Variations
Color information
#087A66 (or 0x087A66) is known color: Tropical Rain Forest. HEX triplet: 08, 7A and 66. RGB value is (8,122,102). Sum of RGB (Red+Green+Blue) = 8+122+102=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #087A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A66 is #F78599. Grayscale: #555555. Windows color (decimal): -16221594 or 6715912. OLE color: 6715912.
HSL color Cylindrical-coordinate representation of color #087A66: hue angle of 169.47º 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 #087A66 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 102 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.52 |
| HSL | 169.47º | 0.88% | 0.25% | - |
| HSV(B) | 169.47º | 0.93% | 0.48% | - |
| XYZ | 9.46 | 14.93 | 14.95 | - |
| YUV | 85.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 102 | 0.93 | 0 | 0.16 | 0.52 | 169.47 | 0.88 | 0.25 |
| Hex | 8 | 7A | 66 | 5D | 0 | 10 | 34 | A9 | 58 | 19 |
| Octal | 10 | 172 | 146 | 135 | 0 | 20 | 64 | 251 | 130 | 31 |
| Binary | 1000 | 1111010 | 1100110 | 1011101 | 0 | 10000 | 110100 | 10101001 | 1011000 | 11001 |
Color Harmonies of #087A66
Complementary color
Monochromatic Colors of #087A66
Black with #087A66
Text Example
Text Example
White with #087A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A66; }
p { color: rgb(8,122,102); }
H1.HeaderClassName
{
color: #087A66;
}
.AnyTagClassName
{
color: #087A66;
}
</style>
background-color css
<style>
a { background-color: #087A66; }
a { background-color: rgb(8,122,102); }
div.DivClassName
{
background-color: #087A66;
}
.BgClassName
{
background-color: #087A66;
}
</style>
border-color css
<style>
span { border-color: #087A66; }
span { border-color: rgb(8,122,102); }
td.TdClassName
{
border-color: #087A66;
}
.TagClassName
{
border-color: #087A66;
}
</style>