Html Css Color HEX #017042 Watercourse

📋 copy color: '#017042'

red 1 ◦ green 112 ◦ blue 66

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

Shades of Watercourse #017042

Tints of Watercourse #017042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 0.56%
G = 62.57%
B = 36.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#017042 (or 0x017042) is known color: Watercourse. HEX triplet: 01, 70 and 42. RGB value is (1,112,66). Sum of RGB (Red+Green+Blue) = 1+112+66=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #017042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017042 is #FE8FBD. Grayscale: #494949. Windows color (decimal): -16682942 or 4354049. OLE color: 4354049.

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

Color convert

RGB 1 112 66 -
CMYK 0.99 0 0.41 0.56
HSL 155.14º 0.98% 0.22% -
HSV(B) 155.14º 0.99% 0.44% -
XYZ 6.79 11.99 7.11 -
YUV 73.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 1 112 66 0.99 0 0.41 0.56 155.14 0.98 0.22
Hex 1 70 42 63 0 29 38 9B 62 16
Octal 1 160 102 143 0 51 70 233 142 26
Binary 1 1110000 1000010 1100011 0 101001 111000 10011011 1100010 10110

Color Harmonies of #017042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017042

Black with #017042

Text Example


Text Example

White with #017042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017042; }

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

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

background-color css

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

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

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

border-color css

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

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

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