Html Css Color HEX #01704C Watercourse

📋 copy color: '#01704C'

red 1 ◦ green 112 ◦ blue 76

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

Shades of Watercourse #01704C

Tints of Watercourse #01704C

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 value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 1 112 76 -
CMYK 0.99 0 0.32 0.56
HSL 160.54º 0.98% 0.22% -
HSV(B) 160.54º 0.99% 0.44% -
XYZ 7.11 12.12 8.8 -
YUV 74.71 128.73 75.43 -
System Red Green Blue C M Y K H S L
Decimal 1 112 76 0.99 0 0.32 0.56 160.54 0.98 0.22
Hex 1 70 4C 63 0 20 38 A1 62 16
Octal 1 160 114 143 0 40 70 241 142 26
Binary 1 1110000 1001100 1100011 0 100000 111000 10100001 1100010 10110

Color Harmonies of #01704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01704C

Black with #01704C

Text Example


Text Example

White with #01704C

Text Example


Text Example

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