Html Css Color HEX #017D4F Watercourse

📋 copy color: '#017D4F'

red 1 ◦ green 125 ◦ blue 79

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

Shades of Watercourse #017D4F

Tints of Watercourse #017D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.98%

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

R = 0.49%
G = 60.98%
B = 38.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#017D4F (or 0x017D4F) is known color: Watercourse. HEX triplet: 01, 7D and 4F. RGB value is (1,125,79). Sum of RGB (Red+Green+Blue) = 1+125+79=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #017D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D4F is #FE82B0. Grayscale: #525252. Windows color (decimal): -16679601 or 5209345. OLE color: 5209345.

HSL color Cylindrical-coordinate representation of color #017D4F: hue angle of 157.74º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D4F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 125 79 -
CMYK 0.99 0 0.37 0.51
HSL 157.74º 0.98% 0.25% -
HSV(B) 157.74º 0.99% 0.49% -
XYZ 8.76 15.24 9.88 -
YUV 82.68 125.92 69.74 -
System Red Green Blue C M Y K H S L
Decimal 1 125 79 0.99 0 0.37 0.51 157.74 0.98 0.25
Hex 1 7D 4F 63 0 25 33 9E 62 19
Octal 1 175 117 143 0 45 63 236 142 31
Binary 1 1111101 1001111 1100011 0 100101 110011 10011110 1100010 11001

Color Harmonies of #017D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D4F

Black with #017D4F

Text Example


Text Example

White with #017D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017D4F; }

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

 H1.HeaderClassName
 {
   color: #017D4F;
 }
 .AnyTagClassName
 {
   color: #017D4F;
 }
</style>

background-color css

<style>
 a { background-color: #017D4F; }

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

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

border-color css

<style>
 span { border-color: #017D4F; }

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

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