Html Css Color HEX #01774A Watercourse

📋 copy color: '#01774A'

red 1 ◦ green 119 ◦ blue 74

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

Shades of Watercourse #01774A

Tints of Watercourse #01774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 0.52%
G = 61.34%
B = 38.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#01774A (or 0x01774A) is known color: Watercourse. HEX triplet: 01, 77 and 4A. RGB value is (1,119,74). Sum of RGB (Red+Green+Blue) = 1+119+74=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #01774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01774A is #FE88B5. Grayscale: #4E4E4E. Windows color (decimal): -16681142 or 4880129. OLE color: 4880129.

HSL color Cylindrical-coordinate representation of color #01774A: hue angle of 157.12º 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 #01774A is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 119 74 -
CMYK 0.99 0 0.38 0.53
HSL 157.12º 0.98% 0.24% -
HSV(B) 157.12º 0.99% 0.47% -
XYZ 7.85 13.69 8.71 -
YUV 78.59 125.41 72.66 -
System Red Green Blue C M Y K H S L
Decimal 1 119 74 0.99 0 0.38 0.53 157.12 0.98 0.24
Hex 1 77 4A 63 0 26 35 9D 62 18
Octal 1 167 112 143 0 46 65 235 142 30
Binary 1 1110111 1001010 1100011 0 100110 110101 10011101 1100010 11000

Color Harmonies of #01774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01774A

Black with #01774A

Text Example


Text Example

White with #01774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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