Html Css Color HEX #016944 Watercourse

📋 copy color: '#016944'

red 1 ◦ green 105 ◦ blue 68

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

Shades of Watercourse #016944

Tints of Watercourse #016944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60.34%

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 0.57%
G = 60.34%
B = 39.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#016944 (or 0x016944) is known color: Watercourse. HEX triplet: 01, 69 and 44. RGB value is (1,105,68). Sum of RGB (Red+Green+Blue) = 1+105+68=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #016944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016944 is #FE96BB. Grayscale: #454545. Windows color (decimal): -16684732 or 4483329. OLE color: 4483329.

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

Color convert

RGB 1 105 68 -
CMYK 0.99 0 0.35 0.59
HSL 158.65º 0.98% 0.21% -
HSV(B) 158.65º 0.99% 0.41% -
XYZ 6.11 10.53 7.18 -
YUV 69.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 1 105 68 0.99 0 0.35 0.59 158.65 0.98 0.21
Hex 1 69 44 63 0 23 3B 9F 62 15
Octal 1 151 104 143 0 43 73 237 142 25
Binary 1 1101001 1000100 1100011 0 100011 111011 10011111 1100010 10101

Color Harmonies of #016944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016944

Black with #016944

Text Example


Text Example

White with #016944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016944; }

 p { color: rgb(1,105,68); }

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

background-color css

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

 a { background-color: rgb(1,105,68); }

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

border-color css

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

 span { border-color: rgb(1,105,68); }

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