Html Css Color HEX #087B64 Tropical Rain Forest
📋 copy color: '#087B64'red 8 ◦ green 123 ◦ blue 100
Shades of Tropical Rain Forest #087B64
Tints of Tropical Rain Forest #087B64
RGB
CMYK
RGB Variations
Color information
#087B64 (or 0x087B64) is known color: Tropical Rain Forest. HEX triplet: 08, 7B and 64. RGB value is (8,123,100). Sum of RGB (Red+Green+Blue) = 8+123+100=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #087B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B64 is #F7849B. Grayscale: #555555. Windows color (decimal): -16221340 or 6585096. OLE color: 6585096.
HSL color Cylindrical-coordinate representation of color #087B64: hue angle of 168º 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 #087B64 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 123 | 100 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.52 |
| HSL | 168º | 0.88% | 0.26% | - |
| HSV(B) | 168º | 0.93% | 0.48% | - |
| XYZ | 9.48 | 15.14 | 14.48 | - |
| YUV | 85.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 100 | 0.93 | 0 | 0.19 | 0.52 | 168 | 0.88 | 0.26 |
| Hex | 8 | 7B | 64 | 5D | 0 | 13 | 34 | A8 | 58 | 1A |
| Octal | 10 | 173 | 144 | 135 | 0 | 23 | 64 | 250 | 130 | 32 |
| Binary | 1000 | 1111011 | 1100100 | 1011101 | 0 | 10011 | 110100 | 10101000 | 1011000 | 11010 |
Color Harmonies of #087B64
Complementary color
Monochromatic Colors of #087B64
Black with #087B64
Text Example
Text Example
White with #087B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B64; }
p { color: rgb(8,123,100); }
H1.HeaderClassName
{
color: #087B64;
}
.AnyTagClassName
{
color: #087B64;
}
</style>
background-color css
<style>
a { background-color: #087B64; }
a { background-color: rgb(8,123,100); }
div.DivClassName
{
background-color: #087B64;
}
.BgClassName
{
background-color: #087B64;
}
</style>
border-color css
<style>
span { border-color: #087B64; }
span { border-color: rgb(8,123,100); }
td.TdClassName
{
border-color: #087B64;
}
.TagClassName
{
border-color: #087B64;
}
</style>