Html Css Color HEX #087056 Watercourse

📋 copy color: '#087056'

red 8 ◦ green 112 ◦ blue 86

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

Shades of Watercourse #087056

Tints of Watercourse #087056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 3.88%
G = 54.37%
B = 41.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#087056 (or 0x087056) is known color: Watercourse. HEX triplet: 08, 70 and 56. RGB value is (8,112,86). Sum of RGB (Red+Green+Blue) = 8+112+86=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #087056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087056 is #F78FA9. Grayscale: #4D4D4D. Windows color (decimal): -16224170 or 5664776. OLE color: 5664776.

HSL color Cylindrical-coordinate representation of color #087056: hue angle of 165º 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 #087056 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 86 -
CMYK 0.93 0 0.23 0.56
HSL 165º 0.87% 0.24% -
HSV(B) 165º 0.93% 0.44% -
XYZ 7.57 12.31 10.78 -
YUV 77.94 132.54 78.11 -
System Red Green Blue C M Y K H S L
Decimal 8 112 86 0.93 0 0.23 0.56 165 0.87 0.24
Hex 8 70 56 5D 0 17 38 A5 57 18
Octal 10 160 126 135 0 27 70 245 127 30
Binary 1000 1110000 1010110 1011101 0 10111 111000 10100101 1010111 11000

Color Harmonies of #087056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087056

Black with #087056

Text Example


Text Example

White with #087056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087056; }

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

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

background-color css

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

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

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

border-color css

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

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

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