Html Css Color HEX #085947 Watercourse

📋 copy color: '#085947'

red 8 ◦ green 89 ◦ blue 71

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

Shades of Watercourse #085947

Tints of Watercourse #085947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.98%

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

R = 4.76%
G = 52.98%
B = 42.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#085947 (or 0x085947) is known color: Watercourse. HEX triplet: 08, 59 and 47. RGB value is (8,89,71). Sum of RGB (Red+Green+Blue) = 8+89+71=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #085947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085947 is #F7A6B8. Grayscale: #3E3E3E. Windows color (decimal): -16230073 or 4675848. OLE color: 4675848.

HSL color Cylindrical-coordinate representation of color #085947: hue angle of 166.67º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085947 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 71 -
CMYK 0.91 0 0.20 0.65
HSL 166.67º 0.84% 0.19% -
HSV(B) 166.67º 0.91% 0.35% -
XYZ 4.81 7.65 7.18 -
YUV 62.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 8 89 71 0.91 0 0.20 0.65 166.67 0.84 0.19
Hex 8 59 47 5B 0 14 41 A7 54 13
Octal 10 131 107 133 0 24 101 247 124 23
Binary 1000 1011001 1000111 1011011 0 10100 1000001 10100111 1010100 10011

Color Harmonies of #085947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085947

Black with #085947

Text Example


Text Example

White with #085947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085947; }

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

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

background-color css

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

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

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

border-color css

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

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

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