Html Css Color HEX #086A52 Watercourse

📋 copy color: '#086A52'

red 8 ◦ green 106 ◦ blue 82

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

Shades of Watercourse #086A52

Tints of Watercourse #086A52

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.08%

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

R = 4.08%
G = 54.08%
B = 41.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#086A52 (or 0x086A52) is known color: Watercourse. HEX triplet: 08, 6A and 52. RGB value is (8,106,82). Sum of RGB (Red+Green+Blue) = 8+106+82=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #086A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A52 is #F795AD. Grayscale: #494949. Windows color (decimal): -16225710 or 5401096. OLE color: 5401096.

HSL color Cylindrical-coordinate representation of color #086A52: hue angle of 165.31º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A52 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 106 82 -
CMYK 0.92 0 0.23 0.58
HSL 165.31º 0.86% 0.22% -
HSV(B) 165.31º 0.92% 0.42% -
XYZ 6.78 10.97 9.74 -
YUV 73.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 8 106 82 0.92 0 0.23 0.58 165.31 0.86 0.22
Hex 8 6A 52 5C 0 17 3A A5 56 16
Octal 10 152 122 134 0 27 72 245 126 26
Binary 1000 1101010 1010010 1011100 0 10111 111010 10100101 1010110 10110

Color Harmonies of #086A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086A52

Black with #086A52

Text Example


Text Example

White with #086A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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