Html Css Color HEX #086352 Watercourse

📋 copy color: '#086352'

red 8 ◦ green 99 ◦ blue 82

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

Shades of Watercourse #086352

Tints of Watercourse #086352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.38%

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

R = 4.23%
G = 52.38%
B = 43.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#086352 (or 0x086352) is known color: Watercourse. HEX triplet: 08, 63 and 52. RGB value is (8,99,82). Sum of RGB (Red+Green+Blue) = 8+99+82=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #086352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086352 is #F79CAD. Grayscale: #454545. Windows color (decimal): -16227502 or 5399304. OLE color: 5399304.

HSL color Cylindrical-coordinate representation of color #086352: hue angle of 168.79º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086352 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 99 82 -
CMYK 0.92 0 0.17 0.61
HSL 168.79º 0.85% 0.21% -
HSV(B) 168.79º 0.92% 0.39% -
XYZ 6.08 9.58 9.51 -
YUV 69.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 8 99 82 0.92 0 0.17 0.61 168.79 0.85 0.21
Hex 8 63 52 5C 0 11 3D A9 55 15
Octal 10 143 122 134 0 21 75 251 125 25
Binary 1000 1100011 1010010 1011100 0 10001 111101 10101001 1010101 10101

Color Harmonies of #086352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086352

Black with #086352

Text Example


Text Example

White with #086352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086352; }

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

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

background-color css

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

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

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

border-color css

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

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

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