Html Css Color HEX #086B54 Watercourse

📋 copy color: '#086B54'

red 8 ◦ green 107 ◦ blue 84

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

Shades of Watercourse #086B54

Tints of Watercourse #086B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 53.77%

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 4.02%
G = 53.77%
B = 42.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#086B54 (or 0x086B54) is known color: Watercourse. HEX triplet: 08, 6B and 54. RGB value is (8,107,84). Sum of RGB (Red+Green+Blue) = 8+107+84=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #086B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B54 is #F794AB. Grayscale: #4A4A4A. Windows color (decimal): -16225452 or 5532424. OLE color: 5532424.

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

Color convert

RGB 8 107 84 -
CMYK 0.93 0 0.21 0.58
HSL 166.06º 0.86% 0.23% -
HSV(B) 166.06º 0.93% 0.42% -
XYZ 6.96 11.21 10.18 -
YUV 74.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 8 107 84 0.93 0 0.21 0.58 166.06 0.86 0.23
Hex 8 6B 54 5D 0 15 3A A6 56 17
Octal 10 153 124 135 0 25 72 246 126 27
Binary 1000 1101011 1010100 1011101 0 10101 111010 10100110 1010110 10111

Color Harmonies of #086B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B54

Black with #086B54

Text Example


Text Example

White with #086B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,107,84); }

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

background-color css

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

 a { background-color: rgb(8,107,84); }

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

border-color css

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

 span { border-color: rgb(8,107,84); }

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