Html Css Color HEX #085F4A Watercourse

📋 copy color: '#085F4A'

red 8 ◦ green 95 ◦ blue 74

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

Shades of Watercourse #085F4A

Tints of Watercourse #085F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 4.52%
G = 53.67%
B = 41.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#085F4A (or 0x085F4A) is known color: Watercourse. HEX triplet: 08, 5F and 4A. RGB value is (8,95,74). Sum of RGB (Red+Green+Blue) = 8+95+74=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #085F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F4A is #F7A0B5. Grayscale: #424242. Windows color (decimal): -16228534 or 4873992. OLE color: 4873992.

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

Color convert

RGB 8 95 74 -
CMYK 0.92 0 0.22 0.63
HSL 165.52º 0.84% 0.2% -
HSV(B) 165.52º 0.92% 0.37% -
XYZ 5.43 8.73 7.88 -
YUV 66.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 8 95 74 0.92 0 0.22 0.63 165.52 0.84 0.2
Hex 8 5F 4A 5C 0 16 3F A6 54 14
Octal 10 137 112 134 0 26 77 246 124 24
Binary 1000 1011111 1001010 1011100 0 10110 111111 10100110 1010100 10100

Color Harmonies of #085F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F4A

Black with #085F4A

Text Example


Text Example

White with #085F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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