#086B5E

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

Shades of Tropical Rain Forest #086B5E

Tints of Tropical Rain Forest #086B5E

Color information

#086B5E (or 0x086B5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 6B and 5E. RGB value is (8,107,94). Sum of RGB (Red+Green+Blue) = 8+107+94=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #086B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B5E is #F794A1. Grayscale: #4B4B4B. Windows color (decimal): -16225442 or 6187784. OLE color: 6187784.

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

Color convert

RGB810794-
CMYK0.9300.120.58
HSL172.12º86.09%22.55%-
HSV(B)172.12º92.52%41.96%-
XYZ7.3811.3812.4-
YUV75.92138.279.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 107 (42.19% from 255) = 51.20%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=3.83%
G=51.20%
B=44.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107940.9300.120.58172.1286.0922.55
Hex86B5E5D0C3Aac5617
Octal101531361350147225412627
Binary10001101011101111010111010110011101010101100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,107,94); }

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

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

 a { background-color: rgb(8,107,94); }

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

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

 span { border-color: rgb(8,107,94); }

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