Html Css Color HEX #087049 Watercourse

📋 copy color: '#087049'

red 8 ◦ green 112 ◦ blue 73

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

Shades of Watercourse #087049

Tints of Watercourse #087049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.03%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 4.15%
G = 58.03%
B = 37.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#087049 (or 0x087049) is known color: Watercourse. HEX triplet: 08, 70 and 49. RGB value is (8,112,73). Sum of RGB (Red+Green+Blue) = 8+112+73=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #087049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087049 is #F78FB6. Grayscale: #4C4C4C. Windows color (decimal): -16224183 or 4812808. OLE color: 4812808.

HSL color Cylindrical-coordinate representation of color #087049: hue angle of 157.5º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087049 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 73 -
CMYK 0.93 0 0.35 0.56
HSL 157.5º 0.87% 0.24% -
HSV(B) 157.5º 0.93% 0.44% -
XYZ 7.1 12.12 8.27 -
YUV 76.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 8 112 73 0.93 0 0.35 0.56 157.5 0.87 0.24
Hex 8 70 49 5D 0 23 38 9E 57 18
Octal 10 160 111 135 0 43 70 236 127 30
Binary 1000 1110000 1001001 1011101 0 100011 111000 10011110 1010111 11000

Color Harmonies of #087049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087049

Black with #087049

Text Example


Text Example

White with #087049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087049; }

 p { color: rgb(8,112,73); }

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

background-color css

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

 a { background-color: rgb(8,112,73); }

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

border-color css

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

 span { border-color: rgb(8,112,73); }

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