Html Css Color HEX #086F52 Watercourse

📋 copy color: '#086F52'

red 8 ◦ green 111 ◦ blue 82

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

Shades of Watercourse #086F52

Tints of Watercourse #086F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.22%

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

R = 3.98%
G = 55.22%
B = 40.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#086F52 (or 0x086F52) is known color: Watercourse. HEX triplet: 08, 6F and 52. RGB value is (8,111,82). Sum of RGB (Red+Green+Blue) = 8+111+82=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #086F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086F52 is #F790AD. Grayscale: #4C4C4C. Windows color (decimal): -16224430 or 5402376. OLE color: 5402376.

HSL color Cylindrical-coordinate representation of color #086F52: hue angle of 163.11º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F52 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 111 82 -
CMYK 0.93 0 0.26 0.56
HSL 163.11º 0.87% 0.23% -
HSV(B) 163.11º 0.93% 0.44% -
XYZ 7.31 12.03 9.92 -
YUV 76.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 8 111 82 0.93 0 0.26 0.56 163.11 0.87 0.23
Hex 8 6F 52 5D 0 1A 38 A3 57 17
Octal 10 157 122 135 0 32 70 243 127 27
Binary 1000 1101111 1010010 1011101 0 11010 111000 10100011 1010111 10111

Color Harmonies of #086F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F52

Black with #086F52

Text Example


Text Example

White with #086F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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