#086E5A

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

Shades of Tropical Rain Forest #086E5A

Tints of Tropical Rain Forest #086E5A

Color information

#086E5A (or 0x086E5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 6E and 5A. RGB value is (8,110,90). Sum of RGB (Red+Green+Blue) = 8+110+90=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #086E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E5A is #F791A5. Grayscale: #4D4D4D. Windows color (decimal): -16224678 or 5926408. OLE color: 5926408.

HSL color Cylindrical-coordinate representation of color #086E5A: hue angle of 168.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E5A is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB811090-
CMYK0.9300.180.57
HSL168.24º86.44%23.14%-
HSV(B)168.24º92.73%43.14%-
XYZ7.5211.9411.58-
YUV77.22135.2178.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 110 (43.36% from 255) = 52.88%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=3.85%
G=52.88%
B=43.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8110900.9300.180.57168.2486.4423.14
Hex86E5A5D01239a85617
Octal101561321350227125012627
Binary100011011101011010101110101001011100110101000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086E5A; }

 p { color: rgb(8,110,90); }

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

<style>
 a { background-color: #086E5A; }

 a { background-color: rgb(8,110,90); }

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

<style>
 span { border-color: #086E5A; }

 span { border-color: rgb(8,110,90); }

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