Html Css Color HEX #086C63 Tropical Rain Forest

📋 copy color: '#086C63'

red 8 ◦ green 108 ◦ blue 99

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

Shades of Tropical Rain Forest #086C63

Tints of Tropical Rain Forest #086C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 3.72%
G = 50.23%
B = 46.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#086C63 (or 0x086C63) is known color: Tropical Rain Forest. HEX triplet: 08, 6C and 63. RGB value is (8,108,99). Sum of RGB (Red+Green+Blue) = 8+108+99=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #086C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C63 is #F7939C. Grayscale: #4D4D4D. Windows color (decimal): -16225181 or 6515720. OLE color: 6515720.

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

Color convert

RGB 8 108 99 -
CMYK 0.93 0 0.08 0.58
HSL 174.6º 0.86% 0.23% -
HSV(B) 174.6º 0.93% 0.42% -
XYZ 7.71 11.68 13.65 -
YUV 77.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 8 108 99 0.93 0 0.08 0.58 174.6 0.86 0.23
Hex 8 6C 63 5D 0 8 3A AF 56 17
Octal 10 154 143 135 0 10 72 257 126 27
Binary 1000 1101100 1100011 1011101 0 1000 111010 10101111 1010110 10111

Color Harmonies of #086C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C63

Black with #086C63

Text Example


Text Example

White with #086C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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