Html Css Color HEX #086753 Watercourse

📋 copy color: '#086753'

red 8 ◦ green 103 ◦ blue 83

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

Shades of Watercourse #086753

Tints of Watercourse #086753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.09%

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

R = 4.12%
G = 53.09%
B = 42.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#086753 (or 0x086753) is known color: Watercourse. HEX triplet: 08, 67 and 53. RGB value is (8,103,83). Sum of RGB (Red+Green+Blue) = 8+103+83=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #086753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086753 is #F798AC. Grayscale: #484848. Windows color (decimal): -16226477 or 5465864. OLE color: 5465864.

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

Color convert

RGB 8 103 83 -
CMYK 0.92 0 0.19 0.60
HSL 167.37º 0.86% 0.22% -
HSV(B) 167.37º 0.92% 0.4% -
XYZ 6.51 10.38 9.84 -
YUV 72.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 8 103 83 0.92 0 0.19 0.60 167.37 0.86 0.22
Hex 8 67 53 5C 0 13 3C A7 56 16
Octal 10 147 123 134 0 23 74 247 126 26
Binary 1000 1100111 1010011 1011100 0 10011 111100 10100111 1010110 10110

Color Harmonies of #086753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086753

Black with #086753

Text Example


Text Example

White with #086753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086753; }

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

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

background-color css

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

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

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

border-color css

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

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

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