#087055

Color #087055 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #087055

Tints of Watercourse #087055

Color information

#087055 (or 0x087055) is unknown color: approx 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

RGB811285-
CMYK0.9300.240.56
HSL164.42º86.67%23.53%-
HSV(B)164.42º92.86%43.92%-
XYZ7.5312.310.57-
YUV77.83132.0478.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=3.90%
G=54.63%
B=41.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112850.9300.240.56164.4286.6723.53
Hex870555D01838a45718
Octal101601251350307024412730
Binary100011100001010101101110101100011100010100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>