#05764D

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

Shades of Watercourse #05764D

Tints of Watercourse #05764D

Color information

#05764D (or 0x05764D) is unknown color: approx Watercourse. HEX triplet: 05, 76 and 4D. RGB value is (5,118,77). Sum of RGB (Red+Green+Blue) = 5+118+77=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #05764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05764D is #FA89B2. Grayscale: #4F4F4F. Windows color (decimal): -16419251 or 5076485. OLE color: 5076485.

HSL color Cylindrical-coordinate representation of color #05764D: hue angle of 158.23º 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 #05764D is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB511877-
CMYK0.9600.350.54
HSL158.23º91.87%24.12%-
HSV(B)158.23º95.76%46.27%-
XYZ7.8813.529.22-
YUV79.54126.5674.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=2.5%
G=59%
B=38.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118770.9600.350.54158.2391.8724.12
Hex5764D60023369e5c18
Octal51661151400436623613430
Binary101111011010011011100000010001111011010011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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