Html Css Color HEX #017750 Watercourse

📋 copy color: '#017750'

red 1 ◦ green 119 ◦ blue 80

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

Shades of Watercourse #017750

Tints of Watercourse #017750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.5%

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

R = 0.5%
G = 59.5%
B = 40%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#017750 (or 0x017750) is known color: Watercourse. HEX triplet: 01, 77 and 50. RGB value is (1,119,80). Sum of RGB (Red+Green+Blue) = 1+119+80=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #017750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017750 is #FE88AF. Grayscale: #4F4F4F. Windows color (decimal): -16681136 or 5273345. OLE color: 5273345.

HSL color Cylindrical-coordinate representation of color #017750: hue angle of 160.17º 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 #017750 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 119 80 -
CMYK 0.99 0 0.33 0.53
HSL 160.17º 0.98% 0.24% -
HSV(B) 160.17º 0.99% 0.47% -
XYZ 8.06 13.78 9.82 -
YUV 79.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 1 119 80 0.99 0 0.33 0.53 160.17 0.98 0.24
Hex 1 77 50 63 0 21 35 A0 62 18
Octal 1 167 120 143 0 41 65 240 142 30
Binary 1 1110111 1010000 1100011 0 100001 110101 10100000 1100010 11000

Color Harmonies of #017750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017750

Black with #017750

Text Example


Text Example

White with #017750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017750; }

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

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

background-color css

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

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

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

border-color css

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

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

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