Html Css Color HEX #087C64 Tropical Rain Forest
📋 copy color: '#087C64'red 8 ◦ green 124 ◦ blue 100
Shades of Tropical Rain Forest #087C64
Tints of Tropical Rain Forest #087C64
RGB
CMYK
RGB Variations
Color information
#087C64 (or 0x087C64) is known color: Tropical Rain Forest. HEX triplet: 08, 7C and 64. RGB value is (8,124,100). Sum of RGB (Red+Green+Blue) = 8+124+100=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #087C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C64 is #F7839B. Grayscale: #565656. Windows color (decimal): -16221084 or 6585352. OLE color: 6585352.
HSL color Cylindrical-coordinate representation of color #087C64: hue angle of 167.59º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C64 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 100 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.51 |
| HSL | 167.59º | 0.88% | 0.26% | - |
| HSV(B) | 167.59º | 0.94% | 0.49% | - |
| XYZ | 9.61 | 15.39 | 14.52 | - |
| YUV | 86.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 100 | 0.94 | 0 | 0.19 | 0.51 | 167.59 | 0.88 | 0.26 |
| Hex | 8 | 7C | 64 | 5E | 0 | 13 | 33 | A8 | 58 | 1A |
| Octal | 10 | 174 | 144 | 136 | 0 | 23 | 63 | 250 | 130 | 32 |
| Binary | 1000 | 1111100 | 1100100 | 1011110 | 0 | 10011 | 110011 | 10101000 | 1011000 | 11010 |
Color Harmonies of #087C64
Complementary color
Monochromatic Colors of #087C64
Black with #087C64
Text Example
Text Example
White with #087C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C64; }
p { color: rgb(8,124,100); }
H1.HeaderClassName
{
color: #087C64;
}
.AnyTagClassName
{
color: #087C64;
}
</style>
background-color css
<style>
a { background-color: #087C64; }
a { background-color: rgb(8,124,100); }
div.DivClassName
{
background-color: #087C64;
}
.BgClassName
{
background-color: #087C64;
}
</style>
border-color css
<style>
span { border-color: #087C64; }
span { border-color: rgb(8,124,100); }
td.TdClassName
{
border-color: #087C64;
}
.TagClassName
{
border-color: #087C64;
}
</style>