#086B62

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

Shades of Tropical Rain Forest #086B62

Tints of Tropical Rain Forest #086B62

Color information

#086B62 (or 0x086B62) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 6B and 62. RGB value is (8,107,98). Sum of RGB (Red+Green+Blue) = 8+107+98=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #086B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B62 is #F7949D. Grayscale: #4C4C4C. Windows color (decimal): -16225438 or 6449928. OLE color: 6449928.

HSL color Cylindrical-coordinate representation of color #086B62: hue angle of 174.55º 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 #086B62 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB810798-
CMYK0.9300.080.58
HSL174.55º86.09%22.55%-
HSV(B)174.55º92.52%41.96%-
XYZ7.5611.4513.37-
YUV76.37140.279.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=3.76%
G=50.23%
B=46.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107980.9300.080.58174.5586.0922.55
Hex86B625D083Aaf5617
Octal101531421350107225712627
Binary10001101011110001010111010100011101010101111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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