#087F5D

Color #087F5D Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #087F5D

Tints of Tropical Rain Forest #087F5D

Color information

#087F5D (or 0x087F5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 7F and 5D. RGB value is (8,127,93). Sum of RGB (Red+Green+Blue) = 8+127+93=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #087F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F5D is #F780A2. Grayscale: #575757. Windows color (decimal): -16220323 or 6127368. OLE color: 6127368.

HSL color Cylindrical-coordinate representation of color #087F5D: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F5D is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB812793-
CMYK0.9400.270.50
HSL162.86º88.15%26.47%-
HSV(B)162.86º93.7%49.8%-
XYZ9.6716.0212.94-
YUV87.54131.0871.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 127 (50% from 255) = 55.70%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=3.51%
G=55.70%
B=40.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8127930.9400.270.50162.8688.1526.47
Hex87F5D5E01B32a3581a
Octal101771351360336224313032
Binary100011111111011101101111001101111001010100011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087F5D; }

 p { color: rgb(8,127,93); }

 H1.HeaderClassName
 {
   color: #087F5D;
 }
 .AnyTagClassName
 {
   color: #087F5D;
 }
</style>
background-color css

<style>
 a { background-color: #087F5D; }

 a { background-color: rgb(8,127,93); }

 div.DivClassName
 {
   background-color: #087F5D;
 }
 .BgClassName
 {
   background-color: #087F5D;
 }
</style>
border-color css

<style>
 span { border-color: #087F5D; }

 span { border-color: rgb(8,127,93); }

 td.TdClassName
 {
   border-color: #087F5D;
 }
 .TagClassName
 {
   border-color: #087F5D;
 }
</style>