Html Css Color HEX #016840 Watercourse

📋 copy color: '#016840'

red 1 ◦ green 104 ◦ blue 64

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

Shades of Watercourse #016840

Tints of Watercourse #016840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.54%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 0.59%
G = 61.54%
B = 37.87%

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

#016840 (or 0x016840) is known color: Watercourse. HEX triplet: 01, 68 and 40. RGB value is (1,104,64). Sum of RGB (Red+Green+Blue) = 1+104+64=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #016840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016840 is #FE97BF. Grayscale: #444444. Windows color (decimal): -16684992 or 4220929. OLE color: 4220929.

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

Color convert

RGB 1 104 64 -
CMYK 0.99 0 0.38 0.59
HSL 156.7º 0.98% 0.21% -
HSV(B) 156.7º 0.99% 0.41% -
XYZ 5.89 10.28 6.52 -
YUV 68.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 1 104 64 0.99 0 0.38 0.59 156.7 0.98 0.21
Hex 1 68 40 63 0 26 3B 9D 62 15
Octal 1 150 100 143 0 46 73 235 142 25
Binary 1 1101000 1000000 1100011 0 100110 111011 10011101 1100010 10101

Color Harmonies of #016840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016840

Black with #016840

Text Example


Text Example

White with #016840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016840; }

 p { color: rgb(1,104,64); }

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

background-color css

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

 a { background-color: rgb(1,104,64); }

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

border-color css

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

 span { border-color: rgb(1,104,64); }

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