#087354

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

Shades of Watercourse #087354

Tints of Watercourse #087354

Color information

#087354 (or 0x087354) is unknown color: approx Watercourse. HEX triplet: 08, 73 and 54. RGB value is (8,115,84). Sum of RGB (Red+Green+Blue) = 8+115+84=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #087354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087354 is #F78CAB. Grayscale: #4F4F4F. Windows color (decimal): -16223404 or 5534472. OLE color: 5534472.

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

Color convert

RGB811584-
CMYK0.9300.270.55
HSL162.62º86.99%24.12%-
HSV(B)162.62º93.04%45.1%-
XYZ7.8312.9510.47-
YUV79.47130.5577.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 115 (45.31% from 255) = 55.56%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=3.86%
G=55.56%
B=40.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115840.9300.270.55162.6286.9924.12
Hex873545D01B37a35718
Octal101631241350336724312730
Binary100011100111010100101110101101111011110100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087354; }

 p { color: rgb(8,115,84); }

 H1.HeaderClassName
 {
   color: #087354;
 }
 .AnyTagClassName
 {
   color: #087354;
 }
</style>
background-color css

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

 a { background-color: rgb(8,115,84); }

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

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

 span { border-color: rgb(8,115,84); }

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