Html Css Color HEX #01763F Watercourse

📋 copy color: '#01763F'

red 1 ◦ green 118 ◦ blue 63

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

Shades of Watercourse #01763F

Tints of Watercourse #01763F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.62%

R = 0.55%
G = 64.84%
B = 34.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#01763F (or 0x01763F) is known color: Watercourse. HEX triplet: 01, 76 and 3F. RGB value is (1,118,63). Sum of RGB (Red+Green+Blue) = 1+118+63=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #01763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01763F is #FE89C0. Grayscale: #4C4C4C. Windows color (decimal): -16681409 or 4158977. OLE color: 4158977.

HSL color Cylindrical-coordinate representation of color #01763F: hue angle of 151.79º 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 #01763F is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 63 -
CMYK 0.99 0 0.47 0.54
HSL 151.79º 0.98% 0.23% -
HSV(B) 151.79º 0.99% 0.46% -
XYZ 7.39 13.32 6.88 -
YUV 76.75 120.24 73.97 -
System Red Green Blue C M Y K H S L
Decimal 1 118 63 0.99 0 0.47 0.54 151.79 0.98 0.23
Hex 1 76 3F 63 0 2F 36 98 62 17
Octal 1 166 77 143 0 57 66 230 142 27
Binary 1 1110110 111111 1100011 0 101111 110110 10011000 1100010 10111

Color Harmonies of #01763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01763F

Black with #01763F

Text Example


Text Example

White with #01763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01763F; }

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

 H1.HeaderClassName
 {
   color: #01763F;
 }
 .AnyTagClassName
 {
   color: #01763F;
 }
</style>

background-color css

<style>
 a { background-color: #01763F; }

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

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

border-color css

<style>
 span { border-color: #01763F; }

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

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