Html Css Color HEX #017950 Watercourse

📋 copy color: '#017950'

red 1 ◦ green 121 ◦ blue 80

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

Shades of Watercourse #017950

Tints of Watercourse #017950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 59.9%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 0.5%
G = 59.9%
B = 39.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#017950 (or 0x017950) is known color: Watercourse. HEX triplet: 01, 79 and 50. RGB value is (1,121,80). Sum of RGB (Red+Green+Blue) = 1+121+80=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #017950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017950 is #FE86AF. Grayscale: #505050. Windows color (decimal): -16680624 or 5273857. OLE color: 5273857.

HSL color Cylindrical-coordinate representation of color #017950: hue angle of 159.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017950 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 121 80 -
CMYK 0.99 0 0.34 0.53
HSL 159.5º 0.98% 0.24% -
HSV(B) 159.5º 0.99% 0.47% -
XYZ 8.3 14.26 9.9 -
YUV 80.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 1 121 80 0.99 0 0.34 0.53 159.5 0.98 0.24
Hex 1 79 50 63 0 22 35 A0 62 18
Octal 1 171 120 143 0 42 65 240 142 30
Binary 1 1111001 1010000 1100011 0 100010 110101 10100000 1100010 11000

Color Harmonies of #017950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017950

Black with #017950

Text Example


Text Example

White with #017950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017950; }

 p { color: rgb(1,121,80); }

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

background-color css

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

 a { background-color: rgb(1,121,80); }

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

border-color css

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

 span { border-color: rgb(1,121,80); }

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