Html Css Color HEX #087555 Watercourse

📋 copy color: '#087555'

red 8 ◦ green 117 ◦ blue 85

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

Shades of Watercourse #087555

Tints of Watercourse #087555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.71%

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

R = 3.81%
G = 55.71%
B = 40.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#087555 (or 0x087555) is known color: Watercourse. HEX triplet: 08, 75 and 55. RGB value is (8,117,85). Sum of RGB (Red+Green+Blue) = 8+117+85=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #087555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087555 is #F78AAA. Grayscale: #505050. Windows color (decimal): -16222891 or 5600520. OLE color: 5600520.

HSL color Cylindrical-coordinate representation of color #087555: hue angle of 162.39º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087555 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 117 85 -
CMYK 0.93 0 0.27 0.54
HSL 162.39º 0.87% 0.25% -
HSV(B) 162.39º 0.93% 0.46% -
XYZ 8.1 13.43 10.76 -
YUV 80.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 8 117 85 0.93 0 0.27 0.54 162.39 0.87 0.25
Hex 8 75 55 5D 0 1B 36 A2 57 19
Octal 10 165 125 135 0 33 66 242 127 31
Binary 1000 1110101 1010101 1011101 0 11011 110110 10100010 1010111 11001

Color Harmonies of #087555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087555

Black with #087555

Text Example


Text Example

White with #087555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087555; }

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

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

background-color css

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

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

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

border-color css

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

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

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