Html Css Color HEX #085F47 Watercourse

📋 copy color: '#085F47'

red 8 ◦ green 95 ◦ blue 71

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

Shades of Watercourse #085F47

Tints of Watercourse #085F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.8%

R = 4.6%
G = 54.6%
B = 40.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#085F47 (or 0x085F47) is known color: Watercourse. HEX triplet: 08, 5F and 47. RGB value is (8,95,71). Sum of RGB (Red+Green+Blue) = 8+95+71=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #085F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F47 is #F7A0B8. Grayscale: #424242. Windows color (decimal): -16228537 or 4677384. OLE color: 4677384.

HSL color Cylindrical-coordinate representation of color #085F47: hue angle of 163.45º 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 #085F47 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 71 -
CMYK 0.92 0 0.25 0.63
HSL 163.45º 0.84% 0.2% -
HSV(B) 163.45º 0.92% 0.37% -
XYZ 5.33 8.69 7.36 -
YUV 66.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 8 95 71 0.92 0 0.25 0.63 163.45 0.84 0.2
Hex 8 5F 47 5C 0 19 3F A3 54 14
Octal 10 137 107 134 0 31 77 243 124 24
Binary 1000 1011111 1000111 1011100 0 11001 111111 10100011 1010100 10100

Color Harmonies of #085F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F47

Black with #085F47

Text Example


Text Example

White with #085F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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