#086D61

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

Shades of Tropical Rain Forest #086D61

Tints of Tropical Rain Forest #086D61

Color information

#086D61 (or 0x086D61) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 6D and 61. RGB value is (8,109,97). Sum of RGB (Red+Green+Blue) = 8+109+97=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #086D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D61 is #F7929E. Grayscale: #4D4D4D. Windows color (decimal): -16224927 or 6384904. OLE color: 6384904.

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

Color convert

RGB810997-
CMYK0.9300.110.57
HSL172.87º86.32%22.94%-
HSV(B)172.87º92.66%42.75%-
XYZ7.7311.8513.19-
YUV77.43139.0478.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 109 (42.97% from 255) = 50.93%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=3.74%
G=50.93%
B=45.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8109970.9300.110.57172.8786.3222.94
Hex86D615D0B39ad5617
Octal101551411350137125512627
Binary10001101101110000110111010101111100110101101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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