Html Css Color HEX #086F63 Tropical Rain Forest

📋 copy color: '#086F63'

red 8 ◦ green 111 ◦ blue 99

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

Shades of Tropical Rain Forest #086F63

Tints of Tropical Rain Forest #086F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.92%

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

R = 3.67%
G = 50.92%
B = 45.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#086F63 (or 0x086F63) is known color: Tropical Rain Forest. HEX triplet: 08, 6F and 63. RGB value is (8,111,99). Sum of RGB (Red+Green+Blue) = 8+111+99=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #086F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F63 is #F7909C. Grayscale: #4E4E4E. Windows color (decimal): -16224413 or 6516488. OLE color: 6516488.

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

Color convert

RGB 8 111 99 -
CMYK 0.93 0 0.11 0.56
HSL 173.01º 0.87% 0.23% -
HSV(B) 173.01º 0.93% 0.44% -
XYZ 8.04 12.32 13.76 -
YUV 78.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 8 111 99 0.93 0 0.11 0.56 173.01 0.87 0.23
Hex 8 6F 63 5D 0 B 38 AD 57 17
Octal 10 157 143 135 0 13 70 255 127 27
Binary 1000 1101111 1100011 1011101 0 1011 111000 10101101 1010111 10111

Color Harmonies of #086F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F63

Black with #086F63

Text Example


Text Example

White with #086F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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