Html Css Color HEX #085945 Watercourse

📋 copy color: '#085945'

red 8 ◦ green 89 ◦ blue 69

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

Shades of Watercourse #085945

Tints of Watercourse #085945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.57%

R = 4.82%
G = 53.61%
B = 41.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#085945 (or 0x085945) is known color: Watercourse. HEX triplet: 08, 59 and 45. RGB value is (8,89,69). Sum of RGB (Red+Green+Blue) = 8+89+69=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #085945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085945 is #F7A6BA. Grayscale: #3E3E3E. Windows color (decimal): -16230075 or 4544776. OLE color: 4544776.

HSL color Cylindrical-coordinate representation of color #085945: hue angle of 165.19º 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 #085945 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 69 -
CMYK 0.91 0 0.22 0.65
HSL 165.19º 0.84% 0.19% -
HSV(B) 165.19º 0.91% 0.35% -
XYZ 4.75 7.63 6.85 -
YUV 62.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 8 89 69 0.91 0 0.22 0.65 165.19 0.84 0.19
Hex 8 59 45 5B 0 16 41 A5 54 13
Octal 10 131 105 133 0 26 101 245 124 23
Binary 1000 1011001 1000101 1011011 0 10110 1000001 10100101 1010100 10011

Color Harmonies of #085945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085945

Black with #085945

Text Example


Text Example

White with #085945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085945; }

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

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

background-color css

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

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

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

border-color css

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

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

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