#05764B

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

Shades of Watercourse #05764B

Tints of Watercourse #05764B

Color information

#05764B (or 0x05764B) is unknown color: approx Watercourse. HEX triplet: 05, 76 and 4B. RGB value is (5,118,75). Sum of RGB (Red+Green+Blue) = 5+118+75=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #05764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05764B is #FA89B4. Grayscale: #4F4F4F. Windows color (decimal): -16419253 or 4945413. OLE color: 4945413.

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

Color convert

RGB511875-
CMYK0.9600.360.54
HSL157.17º91.87%24.12%-
HSV(B)157.17º95.76%46.27%-
XYZ7.8113.58.85-
YUV79.31125.5675-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 118 (46.48% from 255) = 59.60%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=2.53%
G=59.60%
B=37.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118750.9600.360.54157.1791.8724.12
Hex5764B60024369d5c18
Octal51661131400446623513430
Binary101111011010010111100000010010011011010011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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