Html Css Color HEX #086D61 Tropical Rain Forest

📋 copy color: '#086D61'

red 8 ◦ green 109 ◦ blue 97

#086D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #086D61

Tints of Tropical Rain Forest #086D61

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 value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#086D61 (or 0x086D61) is known color: 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

RGB 8 109 97 -
CMYK 0.93 0 0.11 0.57
HSL 172.87º 0.86% 0.23% -
HSV(B) 172.87º 0.93% 0.43% -
XYZ 7.73 11.85 13.19 -
YUV 77.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 8 109 97 0.93 0 0.11 0.57 172.87 0.86 0.23
Hex 8 6D 61 5D 0 B 39 AD 56 17
Octal 10 155 141 135 0 13 71 255 126 27
Binary 1000 1101101 1100001 1011101 0 1011 111001 10101101 1010110 10111

Color Harmonies of #086D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D61

Black with #086D61

Text Example


Text Example

White with #086D61

Text Example


Text Example

HTML Codes & Css Web 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>