Html Css Color HEX #016143 Watercourse

📋 copy color: '#016143'

red 1 ◦ green 97 ◦ blue 67

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

Shades of Watercourse #016143

Tints of Watercourse #016143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.79%

 BLUE value IS 67 (26.56% from 255) = 40.61%

R = 0.61%
G = 58.79%
B = 40.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#016143 (or 0x016143) is known color: Watercourse. HEX triplet: 01, 61 and 43. RGB value is (1,97,67). Sum of RGB (Red+Green+Blue) = 1+97+67=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #016143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016143 is #FE9EBC. Grayscale: #404040. Windows color (decimal): -16686781 or 4415745. OLE color: 4415745.

HSL color Cylindrical-coordinate representation of color #016143: hue angle of 161.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016143 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 67 -
CMYK 0.99 0 0.31 0.62
HSL 161.25º 0.98% 0.19% -
HSV(B) 161.25º 0.99% 0.38% -
XYZ 5.3 8.96 6.76 -
YUV 64.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 1 97 67 0.99 0 0.31 0.62 161.25 0.98 0.19
Hex 1 61 43 63 0 1F 3E A1 62 13
Octal 1 141 103 143 0 37 76 241 142 23
Binary 1 1100001 1000011 1100011 0 11111 111110 10100001 1100010 10011

Color Harmonies of #016143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016143

Black with #016143

Text Example


Text Example

White with #016143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016143; }

 p { color: rgb(1,97,67); }

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

background-color css

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

 a { background-color: rgb(1,97,67); }

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

border-color css

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

 span { border-color: rgb(1,97,67); }

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