#05774F

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

Shades of Watercourse #05774F

Tints of Watercourse #05774F

Color information

#05774F (or 0x05774F) is unknown color: approx Watercourse. HEX triplet: 05, 77 and 4F. RGB value is (5,119,79). Sum of RGB (Red+Green+Blue) = 5+119+79=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #05774F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05774F is #FA88B0. Grayscale: #505050. Windows color (decimal): -16418993 or 5207813. OLE color: 5207813.

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

Color convert

RGB511979-
CMYK0.9600.340.53
HSL158.95º91.94%24.31%-
HSV(B)158.95º95.8%46.67%-
XYZ8.0713.799.63-
YUV80.35127.2374.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 119 (46.88% from 255) = 58.62%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=2.46%
G=58.62%
B=38.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119790.9600.340.53158.9591.9424.31
Hex5774F60022359f5c18
Octal51671171400426523713430
Binary101111011110011111100000010001011010110011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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