Html Css Color HEX #016749 Watercourse

📋 copy color: '#016749'

red 1 ◦ green 103 ◦ blue 73

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

Shades of Watercourse #016749

Tints of Watercourse #016749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 0.56%
G = 58.19%
B = 41.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#016749 (or 0x016749) is known color: Watercourse. HEX triplet: 01, 67 and 49. RGB value is (1,103,73). Sum of RGB (Red+Green+Blue) = 1+103+73=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #016749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016749 is #FE98B6. Grayscale: #454545. Windows color (decimal): -16685239 or 4810497. OLE color: 4810497.

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

Color convert

RGB 1 103 73 -
CMYK 0.99 0 0.29 0.60
HSL 162.35º 0.98% 0.2% -
HSV(B) 162.35º 0.99% 0.4% -
XYZ 6.07 10.19 7.95 -
YUV 69.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 1 103 73 0.99 0 0.29 0.60 162.35 0.98 0.2
Hex 1 67 49 63 0 1D 3C A2 62 14
Octal 1 147 111 143 0 35 74 242 142 24
Binary 1 1100111 1001001 1100011 0 11101 111100 10100010 1100010 10100

Color Harmonies of #016749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016749

Black with #016749

Text Example


Text Example

White with #016749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016749; }

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

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

background-color css

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

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

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

border-color css

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

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

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