Html Css Color HEX #016640 Watercourse

📋 copy color: '#016640'

red 1 ◦ green 102 ◦ blue 64

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

Shades of Watercourse #016640

Tints of Watercourse #016640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 61.08%

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 0.6%
G = 61.08%
B = 38.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#016640 (or 0x016640) is known color: Watercourse. HEX triplet: 01, 66 and 40. RGB value is (1,102,64). Sum of RGB (Red+Green+Blue) = 1+102+64=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #016640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016640 is #FE99BF. Grayscale: #434343. Windows color (decimal): -16685504 or 4220417. OLE color: 4220417.

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

Color convert

RGB 1 102 64 -
CMYK 0.99 0 0.37 0.6
HSL 157.43º 0.98% 0.2% -
HSV(B) 157.43º 0.99% 0.4% -
XYZ 5.69 9.88 6.46 -
YUV 67.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 1 102 64 0.99 0 0.37 0.6 157.43 0.98 0.2
Hex 1 66 40 63 0 25 3C 9D 62 14
Octal 1 146 100 143 0 45 74 235 142 24
Binary 1 1100110 1000000 1100011 0 100101 111100 10011101 1100010 10100

Color Harmonies of #016640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016640

Black with #016640

Text Example


Text Example

White with #016640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016640; }

 p { color: rgb(1,102,64); }

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

background-color css

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

 a { background-color: rgb(1,102,64); }

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

border-color css

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

 span { border-color: rgb(1,102,64); }

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