Html Css Color HEX #016641 Watercourse

📋 copy color: '#016641'

red 1 ◦ green 102 ◦ blue 65

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

Shades of Watercourse #016641

Tints of Watercourse #016641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 0.6%
G = 60.71%
B = 38.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#016641 (or 0x016641) is known color: Watercourse. HEX triplet: 01, 66 and 41. RGB value is (1,102,65). Sum of RGB (Red+Green+Blue) = 1+102+65=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #016641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016641 is #FE99BE. Grayscale: #434343. Windows color (decimal): -16685503 or 4285953. OLE color: 4285953.

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

Color convert

RGB 1 102 65 -
CMYK 0.99 0 0.36 0.6
HSL 158.02º 0.98% 0.2% -
HSV(B) 158.02º 0.99% 0.4% -
XYZ 5.72 9.89 6.61 -
YUV 67.58 126.54 80.51 -
System Red Green Blue C M Y K H S L
Decimal 1 102 65 0.99 0 0.36 0.6 158.02 0.98 0.2
Hex 1 66 41 63 0 24 3C 9E 62 14
Octal 1 146 101 143 0 44 74 236 142 24
Binary 1 1100110 1000001 1100011 0 100100 111100 10011110 1100010 10100

Color Harmonies of #016641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016641

Black with #016641

Text Example


Text Example

White with #016641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016641; }

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

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

background-color css

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

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

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

border-color css

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

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

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