Html Css Color HEX #01664E Watercourse

📋 copy color: '#01664E'

red 1 ◦ green 102 ◦ blue 78

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

Shades of Watercourse #01664E

Tints of Watercourse #01664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.09%

R = 0.55%
G = 56.35%
B = 43.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#01664E (or 0x01664E) is known color: Watercourse. HEX triplet: 01, 66 and 4E. RGB value is (1,102,78). Sum of RGB (Red+Green+Blue) = 1+102+78=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #01664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01664E is #FE99B1. Grayscale: #454545. Windows color (decimal): -16685490 or 5137921. OLE color: 5137921.

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

Color convert

RGB 1 102 78 -
CMYK 0.99 0 0.24 0.6
HSL 165.74º 0.98% 0.2% -
HSV(B) 165.74º 0.99% 0.4% -
XYZ 6.14 10.06 8.83 -
YUV 69.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 1 102 78 0.99 0 0.24 0.6 165.74 0.98 0.2
Hex 1 66 4E 63 0 18 3C A6 62 14
Octal 1 146 116 143 0 30 74 246 142 24
Binary 1 1100110 1001110 1100011 0 11000 111100 10100110 1100010 10100

Color Harmonies of #01664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01664E

Black with #01664E

Text Example


Text Example

White with #01664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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