Html Css Color HEX #085F49 Watercourse

📋 copy color: '#085F49'

red 8 ◦ green 95 ◦ blue 73

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

Shades of Watercourse #085F49

Tints of Watercourse #085F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.98%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 4.55%
G = 53.98%
B = 41.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#085F49 (or 0x085F49) is known color: Watercourse. HEX triplet: 08, 5F and 49. RGB value is (8,95,73). Sum of RGB (Red+Green+Blue) = 8+95+73=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #085F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F49 is #F7A0B6. Grayscale: #424242. Windows color (decimal): -16228535 or 4808456. OLE color: 4808456.

HSL color Cylindrical-coordinate representation of color #085F49: hue angle of 164.83º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F49 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 73 -
CMYK 0.92 0 0.23 0.63
HSL 164.83º 0.84% 0.2% -
HSV(B) 164.83º 0.92% 0.37% -
XYZ 5.39 8.72 7.7 -
YUV 66.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 8 95 73 0.92 0 0.23 0.63 164.83 0.84 0.2
Hex 8 5F 49 5C 0 17 3F A5 54 14
Octal 10 137 111 134 0 27 77 245 124 24
Binary 1000 1011111 1001001 1011100 0 10111 111111 10100101 1010100 10100

Color Harmonies of #085F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F49

Black with #085F49

Text Example


Text Example

White with #085F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F49; }

 p { color: rgb(8,95,73); }

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

background-color css

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

 a { background-color: rgb(8,95,73); }

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

border-color css

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

 span { border-color: rgb(8,95,73); }

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