#00794A

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

Shades of Watercourse #00794A

Tints of Watercourse #00794A

Color information

#00794A (or 0x00794A) is unknown color: approx Watercourse. HEX triplet: 00, 79 and 4A. RGB value is (0,121,74). Sum of RGB (Red+Green+Blue) = 0+121+74=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #00794A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00794A is #FF86B5. Grayscale: #4F4F4F. Windows color (decimal): -16746166 or 4880640. OLE color: 4880640.

HSL color Cylindrical-coordinate representation of color #00794A: hue angle of 156.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 #00794A is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB012174-
CMYK100.390.53
HSL156.69º100%23.73%-
HSV(B)156.69º100%47.45%-
XYZ8.0714.178.79-
YUV79.46124.9171.32-

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) = 62.05%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=0%
G=62.05%
B=37.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012174100.390.53156.6910023.73
Hex0794A64027359d6418
Octal01711121440476523514430
Binary0111100110010101100100010011111010110011101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00794A;
 }
 .AnyTagClassName
 {
   color: #00794A;
 }
</style>
background-color css

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

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

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

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

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

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