Html Css Color HEX #087055 Watercourse

📋 copy color: '#087055'

red 8 ◦ green 112 ◦ blue 85

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

Shades of Watercourse #087055

Tints of Watercourse #087055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 3.9%
G = 54.63%
B = 41.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#087055 (or 0x087055) is known color: Watercourse. HEX triplet: 08, 70 and 55. RGB value is (8,112,85). Sum of RGB (Red+Green+Blue) = 8+112+85=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #087055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087055 is #F78FAA. Grayscale: #4D4D4D. Windows color (decimal): -16224171 or 5599240. OLE color: 5599240.

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

Color convert

RGB 8 112 85 -
CMYK 0.93 0 0.24 0.56
HSL 164.42º 0.87% 0.24% -
HSV(B) 164.42º 0.93% 0.44% -
XYZ 7.53 12.3 10.57 -
YUV 77.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 8 112 85 0.93 0 0.24 0.56 164.42 0.87 0.24
Hex 8 70 55 5D 0 18 38 A4 57 18
Octal 10 160 125 135 0 30 70 244 127 30
Binary 1000 1110000 1010101 1011101 0 11000 111000 10100100 1010111 11000

Color Harmonies of #087055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087055

Black with #087055

Text Example


Text Example

White with #087055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087055; }

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

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

background-color css

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

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

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

border-color css

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

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

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