#5A765F

Color #5A765F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #5A765F

Tints of Como #5A765F

Color information

#5A765F (or 0x5A765F) is unknown color: approx Como. HEX triplet: 5A, 76 and 5F. RGB value is (90,118,95). Sum of RGB (Red+Green+Blue) = 90+118+95=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #5A765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A765F is #A589A0. Grayscale: #6B6B6B. Windows color (decimal): -10848673 or 6256218. OLE color: 6256218.

HSL color Cylindrical-coordinate representation of color #5A765F: hue angle of 130.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A765F is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB9011895-
CMYK0.2400.190.54
HSL130.71º13.46%40.78%-
HSV(B)130.71º23.73%46.27%-
XYZ12.7615.9613.23-
YUV107.01121.22115.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=29.70%
G=38.94%
B=31.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118950.2400.190.54130.7113.4640.78
Hex5A765F180133683d29
Octal13216613730023662031551
Binary10110101110110101111111000010011110110100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A765F; }

 p { color: rgb(90,118,95); }

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

<style>
 a { background-color: #5A765F; }

 a { background-color: rgb(90,118,95); }

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

<style>
 span { border-color: #5A765F; }

 span { border-color: rgb(90,118,95); }

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