Html Css Color HEX #086D58 Tropical Rain Forest

📋 copy color: '#086D58'

red 8 ◦ green 109 ◦ blue 88

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

Shades of Tropical Rain Forest #086D58

Tints of Tropical Rain Forest #086D58

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 109 (42.97% from 255) = 53.17%

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 3.9%
G = 53.17%
B = 42.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#086D58 (or 0x086D58) is known color: Tropical Rain Forest. HEX triplet: 08, 6D and 58. RGB value is (8,109,88). Sum of RGB (Red+Green+Blue) = 8+109+88=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #086D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D58 is #F792A7. Grayscale: #4C4C4C. Windows color (decimal): -16224936 or 5795080. OLE color: 5795080.

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

Color convert

RGB 8 109 88 -
CMYK 0.93 0 0.19 0.57
HSL 167.52º 0.86% 0.23% -
HSV(B) 167.52º 0.93% 0.43% -
XYZ 7.33 11.69 11.1 -
YUV 76.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 8 109 88 0.93 0 0.19 0.57 167.52 0.86 0.23
Hex 8 6D 58 5D 0 13 39 A8 56 17
Octal 10 155 130 135 0 23 71 250 126 27
Binary 1000 1101101 1011000 1011101 0 10011 111001 10101000 1010110 10111

Color Harmonies of #086D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D58

Black with #086D58

Text Example


Text Example

White with #086D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #086D58;
 }
 .AnyTagClassName
 {
   color: #086D58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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