Html Css Color HEX #086C4E Watercourse

📋 copy color: '#086C4E'

red 8 ◦ green 108 ◦ blue 78

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

Shades of Watercourse #086C4E

Tints of Watercourse #086C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.21%

R = 4.12%
G = 55.67%
B = 40.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#086C4E (or 0x086C4E) is known color: Watercourse. HEX triplet: 08, 6C and 4E. RGB value is (8,108,78). Sum of RGB (Red+Green+Blue) = 8+108+78=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #086C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C4E is #F793B1. Grayscale: #4A4A4A. Windows color (decimal): -16225202 or 5139464. OLE color: 5139464.

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

Color convert

RGB 8 108 78 -
CMYK 0.93 0 0.28 0.58
HSL 162º 0.86% 0.23% -
HSV(B) 162º 0.93% 0.42% -
XYZ 6.84 11.33 9.03 -
YUV 74.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 8 108 78 0.93 0 0.28 0.58 162 0.86 0.23
Hex 8 6C 4E 5D 0 1C 3A A2 56 17
Octal 10 154 116 135 0 34 72 242 126 27
Binary 1000 1101100 1001110 1011101 0 11100 111010 10100010 1010110 10111

Color Harmonies of #086C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C4E

Black with #086C4E

Text Example


Text Example

White with #086C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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