Html Css Color HEX #016745 Watercourse

📋 copy color: '#016745'

red 1 ◦ green 103 ◦ blue 69

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

Shades of Watercourse #016745

Tints of Watercourse #016745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 0.58%
G = 59.54%
B = 39.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#016745 (or 0x016745) is known color: Watercourse. HEX triplet: 01, 67 and 45. RGB value is (1,103,69). Sum of RGB (Red+Green+Blue) = 1+103+69=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #016745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016745 is #FE98BA. Grayscale: #444444. Windows color (decimal): -16685243 or 4548353. OLE color: 4548353.

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

Color convert

RGB 1 103 69 -
CMYK 0.99 0 0.33 0.60
HSL 160º 0.98% 0.2% -
HSV(B) 160º 0.99% 0.4% -
XYZ 5.94 10.14 7.27 -
YUV 68.63 128.21 79.76 -
System Red Green Blue C M Y K H S L
Decimal 1 103 69 0.99 0 0.33 0.60 160 0.98 0.2
Hex 1 67 45 63 0 21 3C A0 62 14
Octal 1 147 105 143 0 41 74 240 142 24
Binary 1 1100111 1000101 1100011 0 100001 111100 10100000 1100010 10100

Color Harmonies of #016745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016745

Black with #016745

Text Example


Text Example

White with #016745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016745; }

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

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

background-color css

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

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

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

border-color css

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

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

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