Html Css Color HEX #01764D Watercourse

📋 copy color: '#01764D'

red 1 ◦ green 118 ◦ blue 77

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

Shades of Watercourse #01764D

Tints of Watercourse #01764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.2%

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

R = 0.51%
G = 60.2%
B = 39.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#01764D (or 0x01764D) is known color: Watercourse. HEX triplet: 01, 76 and 4D. RGB value is (1,118,77). Sum of RGB (Red+Green+Blue) = 1+118+77=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #01764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01764D is #FE89B2. Grayscale: #4E4E4E. Windows color (decimal): -16681395 or 5076481. OLE color: 5076481.

HSL color Cylindrical-coordinate representation of color #01764D: hue angle of 158.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01764D is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 77 -
CMYK 0.99 0 0.35 0.54
HSL 158.97º 0.98% 0.23% -
HSV(B) 158.97º 0.99% 0.46% -
XYZ 7.83 13.5 9.21 -
YUV 78.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 1 118 77 0.99 0 0.35 0.54 158.97 0.98 0.23
Hex 1 76 4D 63 0 23 36 9F 62 17
Octal 1 166 115 143 0 43 66 237 142 27
Binary 1 1110110 1001101 1100011 0 100011 110110 10011111 1100010 10111

Color Harmonies of #01764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01764D

Black with #01764D

Text Example


Text Example

White with #01764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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