#01704A

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

Shades of Watercourse #01704A

Tints of Watercourse #01704A

Color information

#01704A (or 0x01704A) is unknown color: approx Watercourse. HEX triplet: 01, 70 and 4A. RGB value is (1,112,74). Sum of RGB (Red+Green+Blue) = 1+112+74=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #01704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01704A is #FE8FB5. Grayscale: #4A4A4A. Windows color (decimal): -16682934 or 4878337. OLE color: 4878337.

HSL color Cylindrical-coordinate representation of color #01704A: hue angle of 159.46º 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 #01704A is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB111274-
CMYK0.9900.340.56
HSL159.46º98.23%22.16%-
HSV(B)159.46º99.11%43.92%-
XYZ7.0412.098.44-
YUV74.48127.7375.59-

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.89%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=0.53%
G=59.89%
B=39.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112740.9900.340.56159.4698.2322.16
Hex1704A63022389f6216
Octal11601121430427023714226
Binary1111000010010101100011010001011100010011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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