#05764E

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

Shades of Watercourse #05764E

Tints of Watercourse #05764E

Color information

#05764E (or 0x05764E) is unknown color: approx Watercourse. HEX triplet: 05, 76 and 4E. RGB value is (5,118,78). Sum of RGB (Red+Green+Blue) = 5+118+78=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #05764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05764E is #FA89B1. Grayscale: #4F4F4F. Windows color (decimal): -16419250 or 5142021. OLE color: 5142021.

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

Color convert

RGB511878-
CMYK0.9600.340.54
HSL158.76º91.87%24.12%-
HSV(B)158.76º95.76%46.27%-
XYZ7.9213.549.4-
YUV79.65127.0674.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=2.49%
G=58.71%
B=38.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118780.9600.340.54158.7691.8724.12
Hex5764E60022369f5c18
Octal51661161400426623713430
Binary101111011010011101100000010001011011010011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05764E; }

 p { color: rgb(5,118,78); }

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

<style>
 a { background-color: #05764E; }

 a { background-color: rgb(5,118,78); }

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

<style>
 span { border-color: #05764E; }

 span { border-color: rgb(5,118,78); }

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