Html Css Color HEX #085946 Watercourse

📋 copy color: '#085946'

red 8 ◦ green 89 ◦ blue 70

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

Shades of Watercourse #085946

Tints of Watercourse #085946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.92%

R = 4.79%
G = 53.29%
B = 41.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#085946 (or 0x085946) is known color: Watercourse. HEX triplet: 08, 59 and 46. RGB value is (8,89,70). Sum of RGB (Red+Green+Blue) = 8+89+70=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #085946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085946 is #F7A6B9. Grayscale: #3E3E3E. Windows color (decimal): -16230074 or 4610312. OLE color: 4610312.

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

Color convert

RGB 8 89 70 -
CMYK 0.91 0 0.21 0.65
HSL 165.93º 0.84% 0.19% -
HSV(B) 165.93º 0.91% 0.35% -
XYZ 4.78 7.64 7.02 -
YUV 62.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 8 89 70 0.91 0 0.21 0.65 165.93 0.84 0.19
Hex 8 59 46 5B 0 15 41 A6 54 13
Octal 10 131 106 133 0 25 101 246 124 23
Binary 1000 1011001 1000110 1011011 0 10101 1000001 10100110 1010100 10011

Color Harmonies of #085946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085946

Black with #085946

Text Example


Text Example

White with #085946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085946; }

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

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

background-color css

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

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

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

border-color css

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

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

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