#086F59

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

Shades of Tropical Rain Forest #086F59

Tints of Tropical Rain Forest #086F59

Color information

#086F59 (or 0x086F59) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 6F and 59. RGB value is (8,111,89). Sum of RGB (Red+Green+Blue) = 8+111+89=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #086F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F59 is #F790A6. Grayscale: #4D4D4D. Windows color (decimal): -16224423 or 5861128. OLE color: 5861128.

HSL color Cylindrical-coordinate representation of color #086F59: hue angle of 167.18º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F59 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB811189-
CMYK0.9300.200.56
HSL167.18º86.55%23.33%-
HSV(B)167.18º92.79%43.53%-
XYZ7.5912.1411.39-
YUV77.69134.3878.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=3.85%
G=53.37%
B=42.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111890.9300.200.56167.1886.5523.33
Hex86F595D01438a75717
Octal101571311350247024712727
Binary100011011111011001101110101010011100010100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,111,89); }

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

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

 a { background-color: rgb(8,111,89); }

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

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

 span { border-color: rgb(8,111,89); }

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