Html Css Color HEX #086D51 Watercourse

📋 copy color: '#086D51'

red 8 ◦ green 109 ◦ blue 81

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

Shades of Watercourse #086D51

Tints of Watercourse #086D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.05%

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 4.04%
G = 55.05%
B = 40.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#086D51 (or 0x086D51) is known color: Watercourse. HEX triplet: 08, 6D and 51. RGB value is (8,109,81). Sum of RGB (Red+Green+Blue) = 8+109+81=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #086D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D51 is #F792AE. Grayscale: #4B4B4B. Windows color (decimal): -16224943 or 5336328. OLE color: 5336328.

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

Color convert

RGB 8 109 81 -
CMYK 0.93 0 0.26 0.57
HSL 163.37º 0.86% 0.23% -
HSV(B) 163.37º 0.93% 0.43% -
XYZ 7.05 11.58 9.65 -
YUV 75.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 8 109 81 0.93 0 0.26 0.57 163.37 0.86 0.23
Hex 8 6D 51 5D 0 1A 39 A3 56 17
Octal 10 155 121 135 0 32 71 243 126 27
Binary 1000 1101101 1010001 1011101 0 11010 111001 10100011 1010110 10111

Color Harmonies of #086D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D51

Black with #086D51

Text Example


Text Example

White with #086D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,81); }

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

background-color css

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

 a { background-color: rgb(8,109,81); }

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

border-color css

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

 span { border-color: rgb(8,109,81); }

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