Html Css Color HEX #01664D Watercourse

📋 copy color: '#01664D'

red 1 ◦ green 102 ◦ blue 77

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

Shades of Watercourse #01664D

Tints of Watercourse #01664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 0.56%
G = 56.67%
B = 42.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#01664D (or 0x01664D) is known color: Watercourse. HEX triplet: 01, 66 and 4D. RGB value is (1,102,77). Sum of RGB (Red+Green+Blue) = 1+102+77=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #01664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01664D is #FE99B2. Grayscale: #444444. Windows color (decimal): -16685491 or 5072385. OLE color: 5072385.

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

Color convert

RGB 1 102 77 -
CMYK 0.99 0 0.25 0.6
HSL 165.15º 0.98% 0.2% -
HSV(B) 165.15º 0.99% 0.4% -
XYZ 6.1 10.05 8.64 -
YUV 68.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 1 102 77 0.99 0 0.25 0.6 165.15 0.98 0.2
Hex 1 66 4D 63 0 19 3C A5 62 14
Octal 1 146 115 143 0 31 74 245 142 24
Binary 1 1100110 1001101 1100011 0 11001 111100 10100101 1100010 10100

Color Harmonies of #01664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01664D

Black with #01664D

Text Example


Text Example

White with #01664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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