#01774C

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

Shades of Watercourse #01774C

Tints of Watercourse #01774C

Color information

#01774C (or 0x01774C) is unknown color: approx Watercourse. HEX triplet: 01, 77 and 4C. RGB value is (1,119,76). Sum of RGB (Red+Green+Blue) = 1+119+76=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #01774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01774C is #FE88B3. Grayscale: #4E4E4E. Windows color (decimal): -16681140 or 5011201. OLE color: 5011201.

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

Color convert

RGB111976-
CMYK0.9900.360.53
HSL158.14º98.33%23.53%-
HSV(B)158.14º99.16%46.67%-
XYZ7.9113.729.07-
YUV78.82126.4172.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=0.51%
G=60.71%
B=38.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119760.9900.360.53158.1498.3323.53
Hex1774C63024359e6218
Octal11671141430446523614230
Binary1111011110011001100011010010011010110011110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01774C; }

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

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

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

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

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

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

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

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