Html Css Color HEX #016643 Watercourse

📋 copy color: '#016643'

red 1 ◦ green 102 ◦ blue 67

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

Shades of Watercourse #016643

Tints of Watercourse #016643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.41%

R = 0.59%
G = 60%
B = 39.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#016643 (or 0x016643) is known color: Watercourse. HEX triplet: 01, 66 and 43. RGB value is (1,102,67). Sum of RGB (Red+Green+Blue) = 1+102+67=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #016643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016643 is #FE99BC. Grayscale: #434343. Windows color (decimal): -16685501 or 4417025. OLE color: 4417025.

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

Color convert

RGB 1 102 67 -
CMYK 0.99 0 0.34 0.6
HSL 159.21º 0.98% 0.2% -
HSV(B) 159.21º 0.99% 0.4% -
XYZ 5.78 9.91 6.92 -
YUV 67.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 1 102 67 0.99 0 0.34 0.6 159.21 0.98 0.2
Hex 1 66 43 63 0 22 3C 9F 62 14
Octal 1 146 103 143 0 42 74 237 142 24
Binary 1 1100110 1000011 1100011 0 100010 111100 10011111 1100010 10100

Color Harmonies of #016643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016643

Black with #016643

Text Example


Text Example

White with #016643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016643; }

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

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

background-color css

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

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

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

border-color css

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

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

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