#086F61

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

Shades of Tropical Rain Forest #086F61

Tints of Tropical Rain Forest #086F61

Color information

#086F61 (or 0x086F61) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 6F and 61. RGB value is (8,111,97). Sum of RGB (Red+Green+Blue) = 8+111+97=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #086F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F61 is #F7909E. Grayscale: #4E4E4E. Windows color (decimal): -16224415 or 6385416. OLE color: 6385416.

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

Color convert

RGB811197-
CMYK0.9300.130.56
HSL171.84º86.55%23.33%-
HSV(B)171.84º92.79%43.53%-
XYZ7.9412.2813.26-
YUV78.61138.3877.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=3.70%
G=51.39%
B=44.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111970.9300.130.56171.8486.5523.33
Hex86F615D0D38ac5717
Octal101571411350157025412727
Binary10001101111110000110111010110111100010101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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