Html Css Color HEX #017C4F Watercourse

📋 copy color: '#017C4F'

red 1 ◦ green 124 ◦ blue 79

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

Shades of Watercourse #017C4F

Tints of Watercourse #017C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 60.78%

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

R = 0.49%
G = 60.78%
B = 38.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#017C4F (or 0x017C4F) is known color: Watercourse. HEX triplet: 01, 7C and 4F. RGB value is (1,124,79). Sum of RGB (Red+Green+Blue) = 1+124+79=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #017C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C4F is #FE83B0. Grayscale: #525252. Windows color (decimal): -16679857 or 5209089. OLE color: 5209089.

HSL color Cylindrical-coordinate representation of color #017C4F: hue angle of 158.05º 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 #017C4F is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 124 79 -
CMYK 0.99 0 0.36 0.51
HSL 158.05º 0.98% 0.25% -
HSV(B) 158.05º 0.99% 0.49% -
XYZ 8.63 14.99 9.83 -
YUV 82.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 1 124 79 0.99 0 0.36 0.51 158.05 0.98 0.25
Hex 1 7C 4F 63 0 24 33 9E 62 19
Octal 1 174 117 143 0 44 63 236 142 31
Binary 1 1111100 1001111 1100011 0 100100 110011 10011110 1100010 11001

Color Harmonies of #017C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C4F

Black with #017C4F

Text Example


Text Example

White with #017C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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