#00794C

Color #00794C Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #00794C

Tints of Watercourse #00794C

Color information

#00794C (or 0x00794C) is unknown color: approx 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

RGB012176-
CMYK100.370.53
HSL157.69º100%23.73%-
HSV(B)157.69º100%47.45%-
XYZ8.1414.29.15-
YUV79.69125.9171.16-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012176100.370.53157.6910023.73
Hex0794C64025359e6418
Octal01711141440456523614430
Binary0111100110011001100100010010111010110011110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>