#01704C

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

Shades of Watercourse #01704C

Tints of Watercourse #01704C

Color information

#01704C (or 0x01704C) is unknown color: approx Watercourse. HEX triplet: 01, 70 and 4C. RGB value is (1,112,76). Sum of RGB (Red+Green+Blue) = 1+112+76=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #01704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01704C is #FE8FB3. Grayscale: #4A4A4A. Windows color (decimal): -16682932 or 5009409. OLE color: 5009409.

HSL color Cylindrical-coordinate representation of color #01704C: hue angle of 160.54º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01704C is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB111276-
CMYK0.9900.320.56
HSL160.54º98.23%22.16%-
HSV(B)160.54º99.11%43.92%-
XYZ7.1112.128.8-
YUV74.71128.7375.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=0.53%
G=59.26%
B=40.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112760.9900.320.56160.5498.2322.16
Hex1704C6302038a16216
Octal11601141430407024114226
Binary1111000010011001100011010000011100010100001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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