Html Css Color HEX #085D46 Watercourse

📋 copy color: '#085D46'

red 8 ◦ green 93 ◦ blue 70

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

Shades of Watercourse #085D46

Tints of Watercourse #085D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 54.39%

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

R = 4.68%
G = 54.39%
B = 40.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#085D46 (or 0x085D46) is known color: Watercourse. HEX triplet: 08, 5D and 46. RGB value is (8,93,70). Sum of RGB (Red+Green+Blue) = 8+93+70=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #085D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D46 is #F7A2B9. Grayscale: #404040. Windows color (decimal): -16229050 or 4611336. OLE color: 4611336.

HSL color Cylindrical-coordinate representation of color #085D46: hue angle of 163.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D46 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 70 -
CMYK 0.91 0 0.25 0.64
HSL 163.76º 0.84% 0.2% -
HSV(B) 163.76º 0.91% 0.36% -
XYZ 5.12 8.32 7.13 -
YUV 64.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 8 93 70 0.91 0 0.25 0.64 163.76 0.84 0.2
Hex 8 5D 46 5B 0 19 40 A4 54 14
Octal 10 135 106 133 0 31 100 244 124 24
Binary 1000 1011101 1000110 1011011 0 11001 1000000 10100100 1010100 10100

Color Harmonies of #085D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D46

Black with #085D46

Text Example


Text Example

White with #085D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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