Html Css Color HEX #017056 Watercourse

📋 copy color: '#017056'

red 1 ◦ green 112 ◦ blue 86

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

Shades of Watercourse #017056

Tints of Watercourse #017056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43.22%

R = 0.5%
G = 56.28%
B = 43.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#017056 (or 0x017056) is known color: Watercourse. HEX triplet: 01, 70 and 56. RGB value is (1,112,86). Sum of RGB (Red+Green+Blue) = 1+112+86=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #017056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017056 is #FE8FA9. Grayscale: #4B4B4B. Windows color (decimal): -16682922 or 5664769. OLE color: 5664769.

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

Color convert

RGB 1 112 86 -
CMYK 0.99 0 0.23 0.56
HSL 165.95º 0.98% 0.22% -
HSV(B) 165.95º 0.99% 0.44% -
XYZ 7.49 12.27 10.78 -
YUV 75.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 1 112 86 0.99 0 0.23 0.56 165.95 0.98 0.22
Hex 1 70 56 63 0 17 38 A6 62 16
Octal 1 160 126 143 0 27 70 246 142 26
Binary 1 1110000 1010110 1100011 0 10111 111000 10100110 1100010 10110

Color Harmonies of #017056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017056

Black with #017056

Text Example


Text Example

White with #017056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017056; }

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

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

background-color css

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

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

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

border-color css

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

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

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