Html Css Color HEX #016856 Watercourse

📋 copy color: '#016856'

red 1 ◦ green 104 ◦ blue 86

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

Shades of Watercourse #016856

Tints of Watercourse #016856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 0.52%
G = 54.45%
B = 45.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#016856 (or 0x016856) is known color: Watercourse. HEX triplet: 01, 68 and 56. RGB value is (1,104,86). Sum of RGB (Red+Green+Blue) = 1+104+86=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #016856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016856 is #FE97A9. Grayscale: #474747. Windows color (decimal): -16684970 or 5662721. OLE color: 5662721.

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

Color convert

RGB 1 104 86 -
CMYK 0.99 0 0.17 0.59
HSL 169.51º 0.98% 0.21% -
HSV(B) 169.51º 0.99% 0.41% -
XYZ 6.64 10.58 10.5 -
YUV 71.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 1 104 86 0.99 0 0.17 0.59 169.51 0.98 0.21
Hex 1 68 56 63 0 11 3B AA 62 15
Octal 1 150 126 143 0 21 73 252 142 25
Binary 1 1101000 1010110 1100011 0 10001 111011 10101010 1100010 10101

Color Harmonies of #016856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016856

Black with #016856

Text Example


Text Example

White with #016856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016856; }

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

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

background-color css

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

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

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

border-color css

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

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

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