Html Css Color HEX #086C60 Tropical Rain Forest

📋 copy color: '#086C60'

red 8 ◦ green 108 ◦ blue 96

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

Shades of Tropical Rain Forest #086C60

Tints of Tropical Rain Forest #086C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50.94%

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 3.77%
G = 50.94%
B = 45.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#086C60 (or 0x086C60) is known color: Tropical Rain Forest. HEX triplet: 08, 6C and 60. RGB value is (8,108,96). Sum of RGB (Red+Green+Blue) = 8+108+96=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #086C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C60 is #F7939F. Grayscale: #4C4C4C. Windows color (decimal): -16225184 or 6319112. OLE color: 6319112.

HSL color Cylindrical-coordinate representation of color #086C60: hue angle of 172.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C60 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 108 96 -
CMYK 0.93 0 0.11 0.58
HSL 172.8º 0.86% 0.23% -
HSV(B) 172.8º 0.93% 0.42% -
XYZ 7.57 11.62 12.91 -
YUV 76.73 138.87 78.98 -
System Red Green Blue C M Y K H S L
Decimal 8 108 96 0.93 0 0.11 0.58 172.8 0.86 0.23
Hex 8 6C 60 5D 0 B 3A AD 56 17
Octal 10 154 140 135 0 13 72 255 126 27
Binary 1000 1101100 1100000 1011101 0 1011 111010 10101101 1010110 10111

Color Harmonies of #086C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C60

Black with #086C60

Text Example


Text Example

White with #086C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,108,96); }

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

background-color css

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

 a { background-color: rgb(8,108,96); }

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

border-color css

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

 span { border-color: rgb(8,108,96); }

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