Html Css Color HEX #01704F Watercourse

📋 copy color: '#01704F'

red 1 ◦ green 112 ◦ blue 79

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

Shades of Watercourse #01704F

Tints of Watercourse #01704F

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

 GREEN value IS 112 (44.14% from 255) = 58.33%

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 0.52%
G = 58.33%
B = 41.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#01704F (or 0x01704F) is known color: Watercourse. HEX triplet: 01, 70 and 4F. RGB value is (1,112,79). Sum of RGB (Red+Green+Blue) = 1+112+79=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #01704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01704F is #FE8FB0. Grayscale: #4B4B4B. Windows color (decimal): -16682929 or 5206017. OLE color: 5206017.

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

Color convert

RGB 1 112 79 -
CMYK 0.99 0 0.29 0.56
HSL 162.16º 0.98% 0.22% -
HSV(B) 162.16º 0.99% 0.44% -
XYZ 7.22 12.16 9.36 -
YUV 75.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 1 112 79 0.99 0 0.29 0.56 162.16 0.98 0.22
Hex 1 70 4F 63 0 1D 38 A2 62 16
Octal 1 160 117 143 0 35 70 242 142 26
Binary 1 1110000 1001111 1100011 0 11101 111000 10100010 1100010 10110

Color Harmonies of #01704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01704F

Black with #01704F

Text Example


Text Example

White with #01704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01704F;
 }
 .AnyTagClassName
 {
   color: #01704F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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