Html Css Color HEX #016746 Watercourse

📋 copy color: '#016746'

red 1 ◦ green 103 ◦ blue 70

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

Shades of Watercourse #016746

Tints of Watercourse #016746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.2%

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 0.57%
G = 59.2%
B = 40.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#016746 (or 0x016746) is known color: Watercourse. HEX triplet: 01, 67 and 46. RGB value is (1,103,70). Sum of RGB (Red+Green+Blue) = 1+103+70=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #016746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016746 is #FE98B9. Grayscale: #444444. Windows color (decimal): -16685242 or 4613889. OLE color: 4613889.

HSL color Cylindrical-coordinate representation of color #016746: hue angle of 160.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016746 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 70 -
CMYK 0.99 0 0.32 0.60
HSL 160.59º 0.98% 0.2% -
HSV(B) 160.59º 0.99% 0.4% -
XYZ 5.97 10.15 7.44 -
YUV 68.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 1 103 70 0.99 0 0.32 0.60 160.59 0.98 0.2
Hex 1 67 46 63 0 20 3C A1 62 14
Octal 1 147 106 143 0 40 74 241 142 24
Binary 1 1100111 1000110 1100011 0 100000 111100 10100001 1100010 10100

Color Harmonies of #016746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016746

Black with #016746

Text Example


Text Example

White with #016746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016746; }

 p { color: rgb(1,103,70); }

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

background-color css

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

 a { background-color: rgb(1,103,70); }

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

border-color css

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

 span { border-color: rgb(1,103,70); }

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