Html Css Color HEX #00794C Watercourse

📋 copy color: '#00794C'

red 0 ◦ green 121 ◦ blue 76

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

Shades of Watercourse #00794C

Tints of Watercourse #00794C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.42%

 BLUE value IS 76 (30.08% from 255) = 38.58%

R = 0%
G = 61.42%
B = 38.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#00794C (or 0x00794C) is known color: Watercourse. HEX triplet: 00, 79 and 4C. RGB value is (0,121,76). Sum of RGB (Red+Green+Blue) = 0+121+76=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #00794C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00794C is #FF86B3. Grayscale: #4F4F4F. Windows color (decimal): -16746164 or 5011712. OLE color: 5011712.

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

Color convert

RGB 0 121 76 -
CMYK 1 0 0.37 0.53
HSL 157.69º 1% 0.24% -
HSV(B) 157.69º 1% 0.47% -
XYZ 8.14 14.2 9.15 -
YUV 79.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 0 121 76 1 0 0.37 0.53 157.69 1 0.24
Hex 0 79 4C 64 0 25 35 9E 64 18
Octal 0 171 114 144 0 45 65 236 144 30
Binary 0 1111001 1001100 1100100 0 100101 110101 10011110 1100100 11000

Color Harmonies of #00794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00794C

Black with #00794C

Text Example


Text Example

White with #00794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00794C; }

 p { color: rgb(0,121,76); }

 H1.HeaderClassName
 {
   color: #00794C;
 }
 .AnyTagClassName
 {
   color: #00794C;
 }
</style>

background-color css

<style>
 a { background-color: #00794C; }

 a { background-color: rgb(0,121,76); }

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

border-color css

<style>
 span { border-color: #00794C; }

 span { border-color: rgb(0,121,76); }

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