Html Css Color HEX #086C48 Watercourse

📋 copy color: '#086C48'

red 8 ◦ green 108 ◦ blue 72

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

Shades of Watercourse #086C48

Tints of Watercourse #086C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 4.26%
G = 57.45%
B = 38.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#086C48 (or 0x086C48) is known color: Watercourse. HEX triplet: 08, 6C and 48. RGB value is (8,108,72). Sum of RGB (Red+Green+Blue) = 8+108+72=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #086C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C48 is #F793B7. Grayscale: #4A4A4A. Windows color (decimal): -16225208 or 4746248. OLE color: 4746248.

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

Color convert

RGB 8 108 72 -
CMYK 0.93 0 0.33 0.58
HSL 158.4º 0.86% 0.23% -
HSV(B) 158.4º 0.93% 0.42% -
XYZ 6.63 11.24 7.95 -
YUV 74 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 8 108 72 0.93 0 0.33 0.58 158.4 0.86 0.23
Hex 8 6C 48 5D 0 21 3A 9E 56 17
Octal 10 154 110 135 0 41 72 236 126 27
Binary 1000 1101100 1001000 1011101 0 100001 111010 10011110 1010110 10111

Color Harmonies of #086C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C48

Black with #086C48

Text Example


Text Example

White with #086C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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