Html Css Color HEX #016941 Watercourse

📋 copy color: '#016941'

red 1 ◦ green 105 ◦ blue 65

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

Shades of Watercourse #016941

Tints of Watercourse #016941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 61.4%

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 0.58%
G = 61.4%
B = 38.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#016941 (or 0x016941) is known color: Watercourse. HEX triplet: 01, 69 and 41. RGB value is (1,105,65). Sum of RGB (Red+Green+Blue) = 1+105+65=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #016941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016941 is #FE96BE. Grayscale: #454545. Windows color (decimal): -16684735 or 4286721. OLE color: 4286721.

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

Color convert

RGB 1 105 65 -
CMYK 0.99 0 0.38 0.59
HSL 156.92º 0.98% 0.21% -
HSV(B) 156.92º 0.99% 0.41% -
XYZ 6.02 10.49 6.71 -
YUV 69.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 1 105 65 0.99 0 0.38 0.59 156.92 0.98 0.21
Hex 1 69 41 63 0 26 3B 9D 62 15
Octal 1 151 101 143 0 46 73 235 142 25
Binary 1 1101001 1000001 1100011 0 100110 111011 10011101 1100010 10101

Color Harmonies of #016941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016941

Black with #016941

Text Example


Text Example

White with #016941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016941; }

 p { color: rgb(1,105,65); }

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

background-color css

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

 a { background-color: rgb(1,105,65); }

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

border-color css

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

 span { border-color: rgb(1,105,65); }

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