Html Css Color HEX #087155 Watercourse

📋 copy color: '#087155'

red 8 ◦ green 113 ◦ blue 85

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

Shades of Watercourse #087155

Tints of Watercourse #087155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.85%

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

R = 3.88%
G = 54.85%
B = 41.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#087155 (or 0x087155) is known color: Watercourse. HEX triplet: 08, 71 and 55. RGB value is (8,113,85). Sum of RGB (Red+Green+Blue) = 8+113+85=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #087155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087155 is #F78EAA. Grayscale: #4E4E4E. Windows color (decimal): -16223915 or 5599496. OLE color: 5599496.

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

Color convert

RGB 8 113 85 -
CMYK 0.93 0 0.25 0.56
HSL 164º 0.87% 0.24% -
HSV(B) 164º 0.93% 0.44% -
XYZ 7.64 12.52 10.61 -
YUV 78.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 8 113 85 0.93 0 0.25 0.56 164 0.87 0.24
Hex 8 71 55 5D 0 19 38 A4 57 18
Octal 10 161 125 135 0 31 70 244 127 30
Binary 1000 1110001 1010101 1011101 0 11001 111000 10100100 1010111 11000

Color Harmonies of #087155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087155

Black with #087155

Text Example


Text Example

White with #087155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087155; }

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

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

background-color css

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

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

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

border-color css

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

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

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