Html Css Color HEX #016142 Watercourse

📋 copy color: '#016142'

red 1 ◦ green 97 ◦ blue 66

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

Shades of Watercourse #016142

Tints of Watercourse #016142

RGB

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

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

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

R = 0.61%
G = 59.15%
B = 40.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#016142 (or 0x016142) is known color: Watercourse. HEX triplet: 01, 61 and 42. RGB value is (1,97,66). Sum of RGB (Red+Green+Blue) = 1+97+66=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #016142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016142 is #FE9EBD. Grayscale: #404040. Windows color (decimal): -16686782 or 4350209. OLE color: 4350209.

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

Color convert

RGB 1 97 66 -
CMYK 0.99 0 0.32 0.62
HSL 160.63º 0.98% 0.19% -
HSV(B) 160.63º 0.99% 0.38% -
XYZ 5.27 8.95 6.6 -
YUV 64.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 1 97 66 0.99 0 0.32 0.62 160.63 0.98 0.19
Hex 1 61 42 63 0 20 3E A1 62 13
Octal 1 141 102 143 0 40 76 241 142 23
Binary 1 1100001 1000010 1100011 0 100000 111110 10100001 1100010 10011

Color Harmonies of #016142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016142

Black with #016142

Text Example


Text Example

White with #016142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016142; }

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

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

background-color css

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

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

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

border-color css

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

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

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