Html Css Color HEX #086B4F Watercourse

📋 copy color: '#086B4F'

red 8 ◦ green 107 ◦ blue 79

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

Shades of Watercourse #086B4F

Tints of Watercourse #086B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 4.12%
G = 55.15%
B = 40.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#086B4F (or 0x086B4F) is known color: Watercourse. HEX triplet: 08, 6B and 4F. RGB value is (8,107,79). Sum of RGB (Red+Green+Blue) = 8+107+79=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #086B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B4F is #F794B0. Grayscale: #4A4A4A. Windows color (decimal): -16225457 or 5204744. OLE color: 5204744.

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

Color convert

RGB 8 107 79 -
CMYK 0.93 0 0.26 0.58
HSL 163.03º 0.86% 0.23% -
HSV(B) 163.03º 0.93% 0.42% -
XYZ 6.77 11.13 9.19 -
YUV 74.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 8 107 79 0.93 0 0.26 0.58 163.03 0.86 0.23
Hex 8 6B 4F 5D 0 1A 3A A3 56 17
Octal 10 153 117 135 0 32 72 243 126 27
Binary 1000 1101011 1001111 1011101 0 11010 111010 10100011 1010110 10111

Color Harmonies of #086B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B4F

Black with #086B4F

Text Example


Text Example

White with #086B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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