Html Css Color HEX #087B66 Tropical Rain Forest
📋 copy color: '#087B66'red 8 ◦ green 123 ◦ blue 102
Shades of Tropical Rain Forest #087B66
Tints of Tropical Rain Forest #087B66
RGB
CMYK
RGB Variations
Color information
#087B66 (or 0x087B66) is known color: Tropical Rain Forest. HEX triplet: 08, 7B and 66. RGB value is (8,123,102). Sum of RGB (Red+Green+Blue) = 8+123+102=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #087B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B66 is #F78499. Grayscale: #565656. Windows color (decimal): -16221338 or 6716168. OLE color: 6716168.
HSL color Cylindrical-coordinate representation of color #087B66: hue angle of 169.04º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B66 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 102 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.52 |
| HSL | 169.04º | 0.88% | 0.26% | - |
| HSV(B) | 169.04º | 0.93% | 0.48% | - |
| XYZ | 9.58 | 15.18 | 14.99 | - |
| YUV | 86.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 102 | 0.93 | 0 | 0.17 | 0.52 | 169.04 | 0.88 | 0.26 |
| Hex | 8 | 7B | 66 | 5D | 0 | 11 | 34 | A9 | 58 | 1A |
| Octal | 10 | 173 | 146 | 135 | 0 | 21 | 64 | 251 | 130 | 32 |
| Binary | 1000 | 1111011 | 1100110 | 1011101 | 0 | 10001 | 110100 | 10101001 | 1011000 | 11010 |
Color Harmonies of #087B66
Complementary color
Monochromatic Colors of #087B66
Black with #087B66
Text Example
Text Example
White with #087B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B66; }
p { color: rgb(8,123,102); }
H1.HeaderClassName
{
color: #087B66;
}
.AnyTagClassName
{
color: #087B66;
}
</style>
background-color css
<style>
a { background-color: #087B66; }
a { background-color: rgb(8,123,102); }
div.DivClassName
{
background-color: #087B66;
}
.BgClassName
{
background-color: #087B66;
}
</style>
border-color css
<style>
span { border-color: #087B66; }
span { border-color: rgb(8,123,102); }
td.TdClassName
{
border-color: #087B66;
}
.TagClassName
{
border-color: #087B66;
}
</style>