#017742

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

Shades of Watercourse #017742

Tints of Watercourse #017742

Color information

#017742 (or 0x017742) is unknown color: approx Watercourse. HEX triplet: 01, 77 and 42. RGB value is (1,119,66). Sum of RGB (Red+Green+Blue) = 1+119+66=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #017742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017742 is #FE88BD. Grayscale: #4D4D4D. Windows color (decimal): -16681150 or 4355841. OLE color: 4355841.

HSL color Cylindrical-coordinate representation of color #017742: hue angle of 153.05º 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 #017742 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB111966-
CMYK0.9900.450.53
HSL153.05º98.33%23.53%-
HSV(B)153.05º99.16%46.67%-
XYZ7.5913.597.38-
YUV77.68121.4173.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 119 (46.88% from 255) = 63.98%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=0.54%
G=63.98%
B=35.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119660.9900.450.53153.0598.3323.53
Hex177426302D35996218
Octal11671021430556523114230
Binary1111011110000101100011010110111010110011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017742; }

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

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

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

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

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

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

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

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