#017755

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

Shades of Watercourse #017755

Tints of Watercourse #017755

Color information

#017755 (or 0x017755) is unknown color: approx Watercourse. HEX triplet: 01, 77 and 55. RGB value is (1,119,85). Sum of RGB (Red+Green+Blue) = 1+119+85=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #017755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017755 is #FE88AA. Grayscale: #4F4F4F. Windows color (decimal): -16681131 or 5601025. OLE color: 5601025.

HSL color Cylindrical-coordinate representation of color #017755: hue angle of 162.71º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017755 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB111985-
CMYK0.9900.290.53
HSL162.71º98.33%23.53%-
HSV(B)162.71º99.16%46.67%-
XYZ8.2513.8610.83-
YUV79.84130.9171.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=0.49%
G=58.05%
B=41.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119850.9900.290.53162.7198.3323.53
Hex177556301D35a36218
Octal11671251430356524314230
Binary111101111010101110001101110111010110100011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017755; }

 p { color: rgb(1,119,85); }

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

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

 a { background-color: rgb(1,119,85); }

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

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

 span { border-color: rgb(1,119,85); }

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