#5A7B62

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

Shades of Como #5A7B62

Tints of Como #5A7B62

Color information

#5A7B62 (or 0x5A7B62) is unknown color: approx Como. HEX triplet: 5A, 7B and 62. RGB value is (90,123,98). Sum of RGB (Red+Green+Blue) = 90+123+98=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B62 is #A5849D. Grayscale: #6E6E6E. Windows color (decimal): -10847390 or 6454106. OLE color: 6454106.

HSL color Cylindrical-coordinate representation of color #5A7B62: hue angle of 134.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7B62 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB9012398-
CMYK0.2700.200.52
HSL134.55º15.49%41.76%-
HSV(B)134.55º26.83%48.24%-
XYZ13.517.2214.17-
YUV110.28121.07113.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=28.94%
G=39.55%
B=31.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90123980.2700.200.52134.5515.4941.76
Hex5A7B621B0143487f2a
Octal13217314233024642071752
Binary10110101111011110001011011010100110100100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,123,98); }

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

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

 a { background-color: rgb(90,123,98); }

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

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

 span { border-color: rgb(90,123,98); }

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