Html Css Color HEX #01704A Watercourse

📋 copy color: '#01704A'

red 1 ◦ green 112 ◦ blue 74

#01704A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #01704A

Tints of Watercourse #01704A

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.3% from 255) = 39.57%

R = 0.53%
G = 59.89%
B = 39.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#01704A (or 0x01704A) is known color: 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

RGB 1 112 74 -
CMYK 0.99 0 0.34 0.56
HSL 159.46º 0.98% 0.22% -
HSV(B) 159.46º 0.99% 0.44% -
XYZ 7.04 12.09 8.44 -
YUV 74.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 1 112 74 0.99 0 0.34 0.56 159.46 0.98 0.22
Hex 1 70 4A 63 0 22 38 9F 62 16
Octal 1 160 112 143 0 42 70 237 142 26
Binary 1 1110000 1001010 1100011 0 100010 111000 10011111 1100010 10110

Color Harmonies of #01704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01704A

Black with #01704A

Text Example


Text Example

White with #01704A

Text Example


Text Example

HTML Codes & Css Web 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>