Html Css Color HEX #086C52 Watercourse

📋 copy color: '#086C52'

red 8 ◦ green 108 ◦ blue 82

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

Shades of Watercourse #086C52

Tints of Watercourse #086C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 4.04%
G = 54.55%
B = 41.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#086C52 (or 0x086C52) is known color: Watercourse. HEX triplet: 08, 6C and 52. RGB value is (8,108,82). Sum of RGB (Red+Green+Blue) = 8+108+82=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #086C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C52 is #F793AD. Grayscale: #4B4B4B. Windows color (decimal): -16225198 or 5401608. OLE color: 5401608.

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

Color convert

RGB 8 108 82 -
CMYK 0.93 0 0.24 0.58
HSL 164.4º 0.86% 0.23% -
HSV(B) 164.4º 0.93% 0.42% -
XYZ 6.99 11.39 9.81 -
YUV 75.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 8 108 82 0.93 0 0.24 0.58 164.4 0.86 0.23
Hex 8 6C 52 5D 0 18 3A A4 56 17
Octal 10 154 122 135 0 30 72 244 126 27
Binary 1000 1101100 1010010 1011101 0 11000 111010 10100100 1010110 10111

Color Harmonies of #086C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C52

Black with #086C52

Text Example


Text Example

White with #086C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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