#5B745F

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

Shades of Como #5B745F

Tints of Como #5B745F

Color information

#5B745F (or 0x5B745F) is unknown color: approx Como. HEX triplet: 5B, 74 and 5F. RGB value is (91,116,95). Sum of RGB (Red+Green+Blue) = 91+116+95=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #5B745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B745F is #A48BA0. Grayscale: #6A6A6A. Windows color (decimal): -10783649 or 6255707. OLE color: 6255707.

HSL color Cylindrical-coordinate representation of color #5B745F: hue angle of 129.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B745F is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9111695-
CMYK0.2200.180.55
HSL129.6º12.08%40.59%-
HSV(B)129.6º21.55%45.49%-
XYZ12.6315.5413.16-
YUV106.13121.72117.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=30.13%
G=38.41%
B=31.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116950.2200.180.55129.612.0840.59
Hex5B745F160123782c29
Octal13316413726022672021451
Binary10110111110100101111110110010010110111100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,116,95); }

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

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

 a { background-color: rgb(91,116,95); }

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

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

 span { border-color: rgb(91,116,95); }

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