Html Css Color HEX #016145 Watercourse

📋 copy color: '#016145'

red 1 ◦ green 97 ◦ blue 69

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

Shades of Watercourse #016145

Tints of Watercourse #016145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.08%

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

R = 0.6%
G = 58.08%
B = 41.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#016145 (or 0x016145) is known color: Watercourse. HEX triplet: 01, 61 and 45. RGB value is (1,97,69). Sum of RGB (Red+Green+Blue) = 1+97+69=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #016145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016145 is #FE9EBA. Grayscale: #414141. Windows color (decimal): -16686779 or 4546817. OLE color: 4546817.

HSL color Cylindrical-coordinate representation of color #016145: hue angle of 162.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016145 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 69 -
CMYK 0.99 0 0.29 0.62
HSL 162.5º 0.98% 0.19% -
HSV(B) 162.5º 0.99% 0.38% -
XYZ 5.36 8.99 7.08 -
YUV 65.1 130.2 82.28 -
System Red Green Blue C M Y K H S L
Decimal 1 97 69 0.99 0 0.29 0.62 162.5 0.98 0.19
Hex 1 61 45 63 0 1D 3E A2 62 13
Octal 1 141 105 143 0 35 76 242 142 23
Binary 1 1100001 1000101 1100011 0 11101 111110 10100010 1100010 10011

Color Harmonies of #016145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016145

Black with #016145

Text Example


Text Example

White with #016145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016145; }

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

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

background-color css

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

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

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

border-color css

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

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

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