Html Css Color HEX #00773F Watercourse

📋 copy color: '#00773F'

red 0 ◦ green 119 ◦ blue 63

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

Shades of Watercourse #00773F

Tints of Watercourse #00773F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 65.38%
B = 34.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#00773F (or 0x00773F) is known color: Watercourse. HEX triplet: 00, 77 and 3F. RGB value is (0,119,63). Sum of RGB (Red+Green+Blue) = 0+119+63=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #00773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00773F is #FF88C0. Grayscale: #4D4D4D. Windows color (decimal): -16746689 or 4159232. OLE color: 4159232.

HSL color Cylindrical-coordinate representation of color #00773F: hue angle of 151.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00773F is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 63 -
CMYK 1 0 0.47 0.53
HSL 151.76º 1% 0.23% -
HSV(B) 151.76º 1% 0.47% -
XYZ 7.49 13.55 6.92 -
YUV 77.04 120.08 73.05 -
System Red Green Blue C M Y K H S L
Decimal 0 119 63 1 0 0.47 0.53 151.76 1 0.23
Hex 0 77 3F 64 0 2F 35 98 64 17
Octal 0 167 77 144 0 57 65 230 144 27
Binary 0 1110111 111111 1100100 0 101111 110101 10011000 1100100 10111

Color Harmonies of #00773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00773F

Black with #00773F

Text Example


Text Example

White with #00773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,119,63); }

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

background-color css

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

 a { background-color: rgb(0,119,63); }

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

border-color css

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

 span { border-color: rgb(0,119,63); }

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