Html Css Color HEX #01774D Watercourse

📋 copy color: '#01774D'

red 1 ◦ green 119 ◦ blue 77

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

Shades of Watercourse #01774D

Tints of Watercourse #01774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.41%

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

R = 0.51%
G = 60.41%
B = 39.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#01774D (or 0x01774D) is known color: Watercourse. HEX triplet: 01, 77 and 4D. RGB value is (1,119,77). Sum of RGB (Red+Green+Blue) = 1+119+77=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #01774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01774D is #FE88B2. Grayscale: #4E4E4E. Windows color (decimal): -16681139 or 5076737. OLE color: 5076737.

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

Color convert

RGB 1 119 77 -
CMYK 0.99 0 0.35 0.53
HSL 158.64º 0.98% 0.24% -
HSV(B) 158.64º 0.99% 0.47% -
XYZ 7.95 13.74 9.25 -
YUV 78.93 126.91 72.42 -
System Red Green Blue C M Y K H S L
Decimal 1 119 77 0.99 0 0.35 0.53 158.64 0.98 0.24
Hex 1 77 4D 63 0 23 35 9F 62 18
Octal 1 167 115 143 0 43 65 237 142 30
Binary 1 1110111 1001101 1100011 0 100011 110101 10011111 1100010 11000

Color Harmonies of #01774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01774D

Black with #01774D

Text Example


Text Example

White with #01774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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