#05794F

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

Shades of Watercourse #05794F

Tints of Watercourse #05794F

Color information

#05794F (or 0x05794F) is unknown color: approx Watercourse. HEX triplet: 05, 79 and 4F. RGB value is (5,121,79). Sum of RGB (Red+Green+Blue) = 5+121+79=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #05794F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05794F is #FA86B0. Grayscale: #515151. Windows color (decimal): -16418481 or 5208325. OLE color: 5208325.

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

Color convert

RGB512179-
CMYK0.9600.350.53
HSL158.28º92.06%24.71%-
HSV(B)158.28º95.87%47.45%-
XYZ8.3114.279.71-
YUV81.53126.5773.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 121 (47.66% from 255) = 59.02%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=2.44%
G=59.02%
B=38.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121790.9600.350.53158.2892.0624.71
Hex5794F60023359e5c19
Octal51711171400436523613431
Binary101111100110011111100000010001111010110011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,121,79); }

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

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

 a { background-color: rgb(5,121,79); }

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

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

 span { border-color: rgb(5,121,79); }

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