Html Css Color HEX #086853 Watercourse

📋 copy color: '#086853'

red 8 ◦ green 104 ◦ blue 83

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

Shades of Watercourse #086853

Tints of Watercourse #086853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.33%

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 4.1%
G = 53.33%
B = 42.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#086853 (or 0x086853) is known color: Watercourse. HEX triplet: 08, 68 and 53. RGB value is (8,104,83). Sum of RGB (Red+Green+Blue) = 8+104+83=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #086853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086853 is #F797AC. Grayscale: #484848. Windows color (decimal): -16226221 or 5466120. OLE color: 5466120.

HSL color Cylindrical-coordinate representation of color #086853: hue angle of 166.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086853 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 104 83 -
CMYK 0.92 0 0.20 0.59
HSL 166.88º 0.86% 0.22% -
HSV(B) 166.88º 0.92% 0.41% -
XYZ 6.61 10.58 9.88 -
YUV 72.9 133.7 81.71 -
System Red Green Blue C M Y K H S L
Decimal 8 104 83 0.92 0 0.20 0.59 166.88 0.86 0.22
Hex 8 68 53 5C 0 14 3B A7 56 16
Octal 10 150 123 134 0 24 73 247 126 26
Binary 1000 1101000 1010011 1011100 0 10100 111011 10100111 1010110 10110

Color Harmonies of #086853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086853

Black with #086853

Text Example


Text Example

White with #086853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086853; }

 p { color: rgb(8,104,83); }

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

background-color css

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

 a { background-color: rgb(8,104,83); }

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

border-color css

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

 span { border-color: rgb(8,104,83); }

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